Revision: 70755
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 30, 2016 18:30 by rm1984
Initial Code
git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all git log --graph --abbrev-commit --decorate --date=relative --all
Initial URL
Initial Description
Show a colored and meaningful view of a GIT repository in the shell
Initial Title
Show a colored and meaningful view of a GIT repository in the shell
Initial Tags
Bash, log, git
Initial Language
Bash