Link: 19 Tips For Everyday Git Use

By the way, here is my git alias setup:

1
2
3
4
5
[alias]
    s = status -s
    st = status       
    lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
    ll = log --all --color --oneline --graph --decorate 

Related Posts: git, web-clip.