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

codesite-noreply at google.com codesite-noreply at google.com
Thu Mar 26 14:16:18 PDT 2009


Author: cjlee112
Date: Thu Mar 26 14:15:35 2009
New Revision: 163

Modified:
    wiki/UsingGit.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/UsingGit.wiki
==============================================================================
--- wiki/UsingGit.wiki	(original)
+++ wiki/UsingGit.wiki	Thu Mar 26 14:15:35 2009
@@ -132,6 +132,11 @@
  }}}
  If the test machine repository doesn't have the seqdb_refactor branch, it  
will be created automatically.

+When I push to a repository that is already on that specific branch, it  
seems that it does not automatically update the working files to the head  
of what I pushed to that branch.  I have had trouble getting it to update  
the working files.  In at least one instance, it claimed that there were  
unsaved changes in the one file I wanted to update, and thus would not let  
me use `git checkout HEAD` to update it (maybe it was confused by the fact  
that the new HEAD specifically included a change to that file?).  In that  
case I was able to force it to update the working files via
+{{{
+git reset --hard HEAD
+}}}
+
  === Generate patch output for emailing me your changes ===
  {{{
  git format-patch master >my_patches.txt



More information about the pygr-notify mailing list