Check out my first novel, midnight's simulacra!

Git: Difference between revisions

From dankwiki
Line 69: Line 69:
===List all commits between two hashes Ce and Cb===
===List all commits between two hashes Ce and Cb===
* <tt>git rev-list Ce..Cb</tt>
* <tt>git rev-list Ce..Cb</tt>
===Update local list of remote branches===
* <tt>git remote update origin --prune</tt>


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