diff options
author | Jef van Schendel <jefvanschendel@gmail.com> | 2011-06-17 23:11:20 +0200 |
---|---|---|
committer | Jef van Schendel <jefvanschendel@gmail.com> | 2011-06-17 23:11:20 +0200 |
commit | d81b39da4c0f67b5f1c02da31f2c671aaca39624 (patch) | |
tree | d098dbcf24c41c69f0fafe0910c1b8779a185751 /docs/git.rst | |
parent | bb770e295cd727429df524b0a5c3952ea449fdb2 (diff) | |
parent | d4ff1606c36b2243996b60657f374520d69cd1a3 (diff) | |
download | mediagoblin-d81b39da4c0f67b5f1c02da31f2c671aaca39624.tar.lz mediagoblin-d81b39da4c0f67b5f1c02da31f2c671aaca39624.tar.xz mediagoblin-d81b39da4c0f67b5f1c02da31f2c671aaca39624.zip |
Merge remote-tracking branch 'gitorious/master'
Diffstat (limited to 'docs/git.rst')
-rw-r--r-- | docs/git.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/git.rst b/docs/git.rst index 8eb038b2..c3f7ccce 100644 --- a/docs/git.rst +++ b/docs/git.rst @@ -136,7 +136,7 @@ Slartibartfast does the following: 4. Slartibartfast pushes his changes to his clone (the remote is named ``origin``):: - git push origin issue_42 + git push origin issue_42 --set-upstream 5. Slartibartfast adds a comment to issue 42 with the url for his repository and the name of the branch he put the code in. He also |