aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommi Virtanen <tv@eagain.net>2007-09-03 23:00:12 -0700
committerTommi Virtanen <tv@eagain.net>2007-09-03 23:26:14 -0700
commit805688c08e6db8a48c0e3a848ff6d1eab39bbfe8 (patch)
treee4954ff89720af42b8693412f39e8adcc9ad3a8d
parentClean up more files in debian/rules. (diff)
downloadgitosis-gentoo-805688c08e6db8a48c0e3a848ff6d1eab39bbfe8.tar.gz
gitosis-gentoo-805688c08e6db8a48c0e3a848ff6d1eab39bbfe8.tar.bz2
gitosis-gentoo-805688c08e6db8a48c0e3a848ff6d1eab39bbfe8.zip
Fix initial push syntax in README. Needs to say "refs/heads/".
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index b697663..3df6b35 100644
--- a/README.rst
+++ b/README.rst
@@ -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.