User Tools

Site Tools


projects:progit:inspection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:progit:inspection [2016/02/21 15:00] – [Walking the tree with ''^'' and ''~''] mkuciaprojects:progit:inspection [2016/02/21 21:25] – [Range] mkucia
Line 54: Line 54:
  
 ===== Range ===== ===== Range =====
-  - ''<rev>''+  - ''<rev>'' - ancestors of commit revision
   - ''^<rev>''   - ''^<rev>''
-  - ''<rev>..<rev>'' +  - ''<rev1>..<rev2>'' - reachable from rev2 but exclude reachable from rev1 (none is HEAD) 
-  - ''<rev>...<rev>'' +  - ''<rev1>...<rev2>'' - reachable from either but not both (none is HEAD) 
-  - ''<rev>^@'' +  - more ... 
-  ''<rev>^!''+ 
 +http://stackoverflow.com/questions/7251477/what-are-the-differences-between-double-dot-and-triple-dot-in-git-dif
 ===== Reflog ===== ===== Reflog =====
 "Log of references" - list of updates to the references "Log of references" - list of updates to the references
Line 67: Line 68:
 ===== Diff ===== ===== Diff =====
 Show difference between working directory (or index if ''--cached'') and commited. Show difference between working directory (or index if ''--cached'') and commited.
 +
 +===== Merge-Base =====
  
 ===== Debugging with Git ===== ===== Debugging with Git =====
projects/progit/inspection.txt · Last modified: 2016/02/21 21:28 by mkucia