add gitchd alias

This commit is contained in:
SH-ScharrenbachJ 2025-03-17 09:11:02 +01:00
parent fb3273330a
commit 57137b6e11

View File

@ -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"