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

codesite-noreply at google.com codesite-noreply at google.com
Thu May 14 18:30:25 PDT 2009


Author: marecki
Date: Thu May 14 18:01:54 2009
New Revision: 224

Modified:
    wiki/UsingGit.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/UsingGit.wiki
==============================================================================
--- wiki/UsingGit.wiki	(original)
+++ wiki/UsingGit.wiki	Thu May 14 18:01:54 2009
@@ -231,7 +231,7 @@
  === Apply someone else's patch file to your repository ===
  {{{
  git checkout -b titus_temp # create & switch to temporary branch
-git am <titus_patches.txt # apply the patch file
+git am titus_patches.txt # apply the patch file
  # inspect changes to see if you like them
  # alter as you see fit, make additional commits until you're happy
  git checkout master # switch back to master



More information about the pygr-notify mailing list