Skip to content

Instantly share code, notes, and snippets.

@morenitux
Last active March 17, 2021 00:05
Show Gist options
  • Save morenitux/01da0fa549c12c18980b0f6b1c42bc4d to your computer and use it in GitHub Desktop.
Save morenitux/01da0fa549c12c18980b0f6b1c42bc4d to your computer and use it in GitHub Desktop.
Alias to show my Git log branches
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment