7. Augusts 2018
- 2018.08.07, 13:02
- To get a nice tree view in git add this to .gitconfig:
[alias]
l = 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 --max-count=20
Nowgit l
will show useful output (as opposed togit log
). - 0 rakstair doma