ga-wdi-boston / git

Other
0 stars 107 forks source link

Mention `git log` options for visualizing branches? #9

Closed GA-MEB closed 8 years ago

GA-MEB commented 8 years ago

e.g. git log --graph --all --decorate --oneline

gaand commented 8 years ago

Possibly, but it certainly makes sense to mention git log --name-status. Not a visualization, but informative.

jrhorn424 commented 8 years ago

I like this. Thanks @gaand.

git log --name-status --graph --all --decorate --oneline
jrhorn424 commented 8 years ago

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

gaand commented 8 years ago

Potential info overload for new developers? :-P. Which doesn't mean I won't explore it. :-).

payne-chris-r commented 8 years ago

@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?

jrhorn424 commented 8 years ago

Confirmed as closed by #17