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