Created
January 9, 2018 09:19
-
-
Save SeanSobey/feecf9da1fa28abaa9221d7f1f8534c5 to your computer and use it in GitHub Desktop.
Git incoming and outgoing changes 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] | |
outgoing = log --pretty=oneline --abbrev-commit --graph @{u}.. | |
incoming = !git fetch && git log --pretty=oneline --abbrev-commit --graph ..@{u} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment