oh my zsh中git常用快捷别名摘抄

完整版可以看这里

alias gc='git commit -v'
alias gup='git pull --rebase'
alias gst='git status' 
alias gp='git push'
alias gco='git checkout'
alias glog='git log --oneline --decorate --graph'
alias gloga='git log --oneline --decorate --graph --all'
alias gp='git push'
alias gmg999='git merge --no-ff --log=999'

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *