Check out my first novel, midnight's simulacra!

Git: Difference between revisions

From dankwiki
No edit summary
Line 66: Line 66:
===Find commit corresponding to tag===
===Find commit corresponding to tag===
* <tt>git rev-list -n 1 TAG</tt>
* <tt>git rev-list -n 1 TAG</tt>
===List all commits between two hashes Ce and Cb===
* <tt>git rev-list commit Ce..Cb</tt>


==See also==
==See also==