Pretty git history with branches in command line
Show git history with branches 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 Less nice and shorter git log --graph --abbrev-commit --decorate --oneline --all See also: Git cheat sheet