summaryrefslogtreecommitdiff
path: root/_posts/2010-01-19-managing-clients.markdown
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-05-16 10:23:11 -0700
committerCameron McEfee <cameron@github.com>2011-05-16 16:55:31 -0700
commit2575b8a597d3febb0088d02fb64214c3dbd5fd57 (patch)
tree8f8b953553b065fb604af179f0047ea9585dbfa4 /_posts/2010-01-19-managing-clients.markdown
parent836ff8f64638d8bdcdb96e7baa650e998dd663c4 (diff)
bring documentation in line with new styles
Diffstat (limited to '_posts/2010-01-19-managing-clients.markdown')
-rw-r--r--_posts/2010-01-19-managing-clients.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/_posts/2010-01-19-managing-clients.markdown b/_posts/2010-01-19-managing-clients.markdown
index 1f0a267..6f04720 100644
--- a/_posts/2010-01-19-managing-clients.markdown
+++ b/_posts/2010-01-19-managing-clients.markdown
@@ -5,10 +5,10 @@ description: How to manage multiple clients and their repositories
categories: collaborating
---
-Are you a freelance developer working on multiple projects for multiple clients, and want to manage them here on GitHub? Never fear, this guide will detail the most common solutions to this problem
+<p class="intro">Are you a freelance developer working on multiple projects for multiple clients, and want to manage them here on GitHub? Never fear, this guide will detail the most common solutions to this problem.</p>
One account, multiple collaborators
-===================================
+-----------------------------------
This design lets you retain control over the repos, but still gives your clients access to them.
@@ -17,14 +17,14 @@ This is the simplest (and cheapest) approach. Simply create one account with a
If you wish, you can even bill your clients for the cost of your account, and maintaining their repos on it!
Multiple accounts, one collaborator
-===================================
+-----------------------------------
This design gives the control over the repos (and the bill) to your client, but still allows you to push into all your clients' repos from a single account.
With this design, have your clients each open their own paid account and create empty repos for each project. Add your account to the repos as a collaborator. You can now push to their repos as if they were your own!
Multiple accounts, no collaborators
-===================================
+-----------------------------------
__This is by far the most complicated setup, and should be avoided if at all possible.__