Skip to content

Instantly share code, notes, and snippets.

@BibMartin
Last active April 12, 2024 20:13
Show Gist options
  • Save BibMartin/3d8bc449ca2f93d4cf90 to your computer and use it in GitHub Desktop.
Save BibMartin/3d8bc449ca2f93d4cf90 to your computer and use it in GitHub Desktop.
git config --global alias.lola "log --graph --decorate --pretty=oneline --abbrev-commit --all"
@altoidbox
Copy link

Yep. I've since tweaked my to:

git log --graph --pretty='format:%C(auto)%h %d %s %C(green)(%ad) %C(cyan)<%an>' --abbrev-commit --all --date=relative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment