Skip to content

Instantly share code, notes, and snippets.

@facugon
Created February 28, 2017 15:46
Show Gist options
  • Save facugon/ea9c23f3fb89bd1d4bf515fd902642fe to your computer and use it in GitHub Desktop.
Save facugon/ea9c23f3fb89bd1d4bf515fd902642fe to your computer and use it in GitHub Desktop.
Git Helpers
# git log deferences and pretty print to commit description
git log development ^master --pretty=oneline --abbrev-commit --no-merges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment