Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Created March 18, 2015 22:08
Show Gist options
  • Save ryanburgess/be5c58780bd9b9520158 to your computer and use it in GitHub Desktop.
Save ryanburgess/be5c58780bd9b9520158 to your computer and use it in GitHub Desktop.
Bash Shell Alias - visualize git log
# Visualize git log
alias lg='git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment