Created
September 8, 2025 21:18
-
-
Save zeljic/72af03f8c67233602edb8f2792576092 to your computer and use it in GitHub Desktop.
Git LG LGR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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