]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Git" version 14)
authorPlasmaSheep <plasmasheep@gmail.com>
Tue, 22 Jun 2010 19:34:00 +0000 (19:34 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Git.textile

index b2d18f244f6025479be144d6748b42125936d0cc..ab671dd869bee1f746fdda52b49d0ed77974b6c7 100644 (file)
@@ -70,7 +70,6 @@ Some useful commands:
 * To commit ALL changed files (without adding new files): <pre>git commit -a</pre> or again: <pre>git commit -am "message"</pre>
 
 In git all your changes are local. This includes your commits! If you want your branch to be updated on the remote repository, you have to push it.
-*Note:* Pushing requires commit rights to the repository. You may ask divVerent or merlijn for these rights, but do not bother them unless you have an ssh key you would can show them.
 
 * Usually, you can push your changes doing: <pre>git push me/feature1</pre>
 * If your branch is not a tracking branch: <pre>git push origin me/feature1</pre> or if you have an older git version you may have to do <pre>git push origin me/feature1:refs/heads/me/feature1</pre>