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

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


Author: cjlee112
Date: Thu Mar 26 14:17:32 2009
New Revision: 164

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:17:32 2009
@@ -132,7 +132,7 @@
  }}}
  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
+When I push to a repository that is already on that specific branch, it  
seems that the destination repository (i.e. on my.test.machine.address in  
the example above) 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
  }}}



More information about the pygr-notify mailing list