Created
August 31, 2015 21:49
-
-
Save factormystic/6a64c35efb021cd233ad to your computer and use it in GitHub Desktop.
git behind/ahead aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
behind = log HEAD~1..@{u} --decorate --oneline | |
ahead = log @{u}..HEAD --decorate --oneline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment