Skip to content

Instantly share code, notes, and snippets.

@zeljic
Created September 8, 2025 21:18
Show Gist options
  • Save zeljic/72af03f8c67233602edb8f2792576092 to your computer and use it in GitHub Desktop.
Save zeljic/72af03f8c67233602edb8f2792576092 to your computer and use it in GitHub Desktop.
Git LG LGR
[alias]
c = checkout
s = status
lg = log --graph --abbrev-commit --decorate --date=format:'%d. %b %H:%M:%S' --format=format:'%C(bold blue)%h%C(reset) - %C(green)%ad%C(reset) %C(dim white)%<(20,trunc)%an%C(reset) %C(white)%s%C(reset)%C(bold yellow)%d%C(reset)'
lgr = log --abbrev-commit --date=format:'%d. %b %H:%M:%S' --format=format:'%C(bold blue)%h%C(reset) - %C(green)%ad%C(reset) %C(dim white)%<(20,trunc)%an%C(reset) %C(white)%s%C(reset)%C(bold yellow)%d%C(reset)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment