Skip to content

Instantly share code, notes, and snippets.

@airbr
Created November 6, 2016 05:16
Show Gist options
  • Save airbr/5e34556b2f6c865b6e36e0aa7f32deed to your computer and use it in GitHub Desktop.
Save airbr/5e34556b2f6c865b6e36e0aa7f32deed to your computer and use it in GitHub Desktop.
Essential Git Alias's
alias.g log --graph --all --branches --decorate --pretty=format:'[%C(auto)%h%Creset][%C(cyan)%an %ar%Creset]%C(auto)%d%Creset %s %C(auto)%Creset'
alias.ls log --stat --all --decorate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment