Closed GA-MEB closed 8 years ago
Possibly, but it certainly makes sense to mention git log --name-status
. Not a visualization, but informative.
I like this. Thanks @gaand.
git log --name-status --graph --all --decorate --oneline
This is my personal favorite: git log --oneline --abbrev-commit --all --graph --decorate --color --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset
Potential info overload for new developers? :-P. Which doesn't mean I won't explore it. :-).
@jrhorn424 your personal favorite (mentioned above), doesn't work for me. Do we have a consensus on whether or not we should add mention of git log?
Confirmed as closed by #17
e.g.
git log --graph --all --decorate --oneline