Skip to content

Instantly share code, notes, and snippets.

@nickeblewis
Forked from hurrymaplelad/io.gitconfig
Created November 16, 2012 09:04
Show Gist options
  • Select an option

  • Save nickeblewis/4085668 to your computer and use it in GitHub Desktop.

Select an option

Save nickeblewis/4085668 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