diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-29 13:35:41 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-29 13:35:41 -0400 |
commit | 4d9976060be0a0f84120d9edfc8966dc986f2b55 (patch) | |
tree | dd6a6b30be799fef331624c03399ff3d2685de73 /doc/tips | |
parent | ac8ecdcf68b89544d126032718e225add0a09238 (diff) | |
parent | 9bea3db4f37a934846cf8d3ac9f57a615bdad422 (diff) |
Merge commit 'origin/master'
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/github.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/github.mdwn b/doc/tips/github.mdwn index c3fdab734..9bdf15751 100644 --- a/doc/tips/github.mdwn +++ b/doc/tips/github.mdwn @@ -24,7 +24,7 @@ for more space, or you can migrate your site elsewhere. ## Local Setup * On your laptop, create two empty git repositories to correspond to the github repositories: <br /> - `YOU = your github username here` <br /> + `YOU=your github username here` <br /> `mkdir ~/$YOU.github.com` <br /> `cd ~/$YOU.github.com` <br /> `git init` <br /> |