Penguin
Diff: KernelDevelopmentWithGit
EditPageHistoryDiffInfoLikePages

Differences between version 12 and predecessor to the previous major change of KernelDevelopmentWithGit.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 12 Last edited on Sunday, June 25, 2006 11:36:50 am by IanMcDonald Revert
Older page: version 11 Last edited on Wednesday, March 22, 2006 2:54:15 pm by IanMcDonald Revert
@@ -92,6 +92,8 @@
 <verbatim> 
 git-reset --hard COPY_HEAD 
 </verbatim> 
 where COPY_HEAD is your copy of HEAD.... 
+  
+However check the contents of the HEAD file as sometimes it's just a reference such as <tt>ref: refs/head/master</tt> in which case make a copy of that file which is being pointed to.  
 ---- 
 Part of CategoryKernel