DEV Community

Discussion on: How to learn Git slowly.

Collapse
 
jdeepd profile image
JDeep • Edited

alias git lg="git log --all --decorate --oneline --graph"
is a lifesaver. Normal git log is very messy to understand anything

Collapse
 
samuelfaure profile image
Samuel-Zacharie FAURE

Thank you very much!