more logging
This commit is contained in:
parent
2e0f370e7b
commit
e5d107b8cf
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -349,7 +349,7 @@ __alias__() {
|
|||
}
|
||||
alias gd="git diff"
|
||||
alias ga="gd $1 && git add"
|
||||
alias gp="git submodule update --init --recursive && git pull --recurse-submodule"
|
||||
alias gp='echo "${CYAN}Updating submodules..${NC}" && git submodule update --init --recursive && echo "${CYAN}Pulling down submodules..${NC}" && git pull --recurse-submodule'
|
||||
alias gms='git maintenance start'
|
||||
alias gcm="git commit -m"
|
||||
alias gpu="git push --recurse-submodule=on-demand"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue