add gitchd alias
This commit is contained in:
parent
fb3273330a
commit
57137b6e11
|
|
@ -29,6 +29,7 @@ gitc(){
|
||||||
}
|
}
|
||||||
alias gitp='git push origin'
|
alias gitp='git push origin'
|
||||||
alias gitch='git checkout'
|
alias gitch='git checkout'
|
||||||
|
alias gitchd='git checkout develop' #directly switch to develop branch (ManageNow development)
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
alias px="ps auxf"
|
alias px="ps auxf"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user