Merge pull request #937 from icanhazstring/patch-2
Rename git alias to better reflect name conventionpull/481/merge
commit
438e3dadc0
|
|
@ -15,6 +15,7 @@ alias gus='git reset HEAD'
|
|||
alias gpristine='git reset --hard && git clean -dfx'
|
||||
alias gclean='git clean -fd'
|
||||
alias gm="git merge"
|
||||
alias gmv='git mv'
|
||||
alias g='git'
|
||||
alias get='git'
|
||||
alias gst='git status'
|
||||
|
|
@ -42,7 +43,7 @@ alias gci='git commit --interactive'
|
|||
alias gb='git branch'
|
||||
alias gba='git branch -a'
|
||||
alias gbt='git branch --track'
|
||||
alias gmv='git branch -m'
|
||||
alias gbm='git branch -m'
|
||||
alias gcount='git shortlog -sn'
|
||||
alias gcp='git cherry-pick'
|
||||
alias gco='git checkout'
|
||||
|
|
|
|||
Loading…
Reference in New Issue