Fix initial push syntax in README. Needs to say "refs/heads/".

This commit is contained in:
Tommi Virtanen 2007-09-03 23:00:12 -07:00
parent 876231753f
commit 805688c08e

View file

@ -122,7 +122,7 @@ it::
git init
git remote add myserver git@MYSERVER:myproject.git
# do some work, git add and commit files
git push myserver master:master
git push myserver master:refs/heads/master
That's it. If you now add others to ``members``, they can use that
repository too.