git 常用alias

1
2
3
4
5
alias.unstage=reset HEAD --
alias.l=log --decorate --oneline --graph
alias.st=status
alias.d=diff
alias.co=checkout