Skip to content

Instantly share code, notes, and snippets.

@TSchuermans
Created March 18, 2016 09:33
Show Gist options
  • Save TSchuermans/7f84ed8bf48b39d1d20e to your computer and use it in GitHub Desktop.
Save TSchuermans/7f84ed8bf48b39d1d20e to your computer and use it in GitHub Desktop.
logcompare.sh
[alias]
logcompare = "!f() { git log --oneline --decorate develop..$(git rev-parse --abbrev-ref HEAD); }; f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment