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
projects:progit:inspection [2016/02/21 21:14] – [Diff] mkuciaprojects:progit:inspection [2016/02/21 21:28] (current) – [References] 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 78: Line 79:
  
 ===== References ===== ===== References =====
 +https://github.com/MaciejKucia/git_tree
 +
   * http://gitref.org/inspect/   * http://gitref.org/inspect/
   * https://www.atlassian.com/git/tutorials/inspecting-a-repository/   * https://www.atlassian.com/git/tutorials/inspecting-a-repository/
Line 87: Line 90:
   * http://www.sbf5.com/~cduan/technical/git/git-1.shtml   * http://www.sbf5.com/~cduan/technical/git/git-1.shtml
   * http://web.mit.edu/nelhage/Public/git-slides-2009.pdf   * http://web.mit.edu/nelhage/Public/git-slides-2009.pdf
 +  * http://stackoverflow.com/questions/7251477/what-are-the-differences-between-double-dot-and-triple-dot-in-git-dif
  
   * https://git-scm.com/docs/git-status   * https://git-scm.com/docs/git-status
projects/progit/inspection.1456085695.txt.gz · Last modified: 2016/02/21 21:14 by mkucia