Check out my first novel, midnight's simulacra!

Git: Difference between revisions

From dankwiki
No edit summary
Line 68: Line 68:


===List all commits between two hashes Ce and Cb===
===List all commits between two hashes Ce and Cb===
* <tt>git rev-list commit Ce..Cb</tt>
* <tt>git rev-list Ce..Cb</tt>


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