Skip to content

Instantly share code, notes, and snippets.

@SeanSobey
Created January 9, 2018 09:19
Show Gist options
  • Save SeanSobey/feecf9da1fa28abaa9221d7f1f8534c5 to your computer and use it in GitHub Desktop.
Save SeanSobey/feecf9da1fa28abaa9221d7f1f8534c5 to your computer and use it in GitHub Desktop.
Git incoming and outgoing changes aliases
[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