Skip to content

Instantly share code, notes, and snippets.

@hurrymaplelad
Created November 16, 2012 08:59
Show Gist options
  • Save hurrymaplelad/4085647 to your computer and use it in GitHub Desktop.
Save hurrymaplelad/4085647 to your computer and use it in GitHub Desktop.
Git IO alias to show incoming and outgoing changesets
[alias]
io = !git fetch && git log --left-right @{upstream}...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment