[pygr-notify] [pygr commit] r244 - Edited wiki page through web user interface.

codesite-noreply at google.com codesite-noreply at google.com
Fri Jun 12 17:58:28 PDT 2009


Author: cjlee112
Date: Fri Jun 12 17:57:15 2009
New Revision: 244

Modified:
    wiki/UsingGit.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/UsingGit.wiki
==============================================================================
--- wiki/UsingGit.wiki	(original)
+++ wiki/UsingGit.wiki	Fri Jun 12 17:57:15 2009
@@ -37,9 +37,9 @@
  === Update your master branch from the official master branch ===
  {{{
  git checkout master
-git pull upstream/master
+git pull upstream master
  }}}
-*upstream/master* refers to the master branch in the official repository.   
The `git pull` command will both fetch and merge changes from that branch  
into your current branch (in this case, your master branch).
+*upstream master* refers to the master branch in the official repository.   
The `git pull` command will both fetch and merge changes from that branch  
into your current branch (in this case, your master branch).

  === Push your master branch to your github repository ===
  {{{



More information about the pygr-notify mailing list