Skip to content

Instantly share code, notes, and snippets.

@elderjeb
Created November 15, 2016 17:11
Show Gist options
  • Save elderjeb/6c88fd68caf40cd3796aa8c72374991f to your computer and use it in GitHub Desktop.
Save elderjeb/6c88fd68caf40cd3796aa8c72374991f to your computer and use it in GitHub Desktop.
Git LG - tree, committer, time since commit, GPG status.
git config --global alias.lg "log --graph --pretty='format:%C(yellow)%h %C(green)[%C(bold blue)%G? - %aN%C(reset)%C(green)]%C(reset)%C(auto)%d%C(reset) %s %C(green)<%cr>%C(reset)' --abbrev-commit --decorate --all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment