Skip to content

Instantly share code, notes, and snippets.

@leodutra
Created August 14, 2017 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leodutra/ae3a451d6bd1bc301032c9f6adee79dc to your computer and use it in GitHub Desktop.
Save leodutra/ae3a451d6bd1bc301032c9f6adee79dc to your computer and use it in GitHub Desktop.
Git alias for decorated log graph
#!/bin/sh
git config --global alias.adog "log --all --decorate --oneline --graph"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment