Skip to content

Instantly share code, notes, and snippets.

@BibMartin
Last active March 7, 2025 08:30
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"
@luoye00
Copy link

luoye00 commented Sep 16, 2024

git config --global alias.lola "log --graph --decorate --pretty='format:%C(auto)%h %d %s %C(green)%an%C(bold blue) %ad' --abbrev-commit --all --date=relative"

So good.

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