From 805688c08e6db8a48c0e3a848ff6d1eab39bbfe8 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 3 Sep 2007 23:00:12 -0700 Subject: Fix initial push syntax in README. Needs to say "refs/heads/". --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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. -- cgit v1.2.3