changed gsu alias
This commit is contained in:
parent
d2c65fcd1f
commit
2452428ab5
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -337,7 +337,7 @@ __alias__() {
|
||||||
alias ga="gd $1 && git add"
|
alias ga="gd $1 && git add"
|
||||||
alias gp="git pull --recurse-submodule"
|
alias gp="git pull --recurse-submodule"
|
||||||
alias gms='git maintenance start'
|
alias gms='git maintenance start'
|
||||||
alias gsu="git submodule foreach git pull && git add . && git commit -m ' updated 📌submodules' && echo '-- Committed changes, pushing now..' && sleep 1 && git push"
|
alias gsu="git submodule foreach git pull && git submodule update --init --recursive && git add . && git commit -m ' update: submodules' && echo '-- Committed changes, pushing now..' && sleep 1 && git push"
|
||||||
alias gcm="git commit -m"
|
alias gcm="git commit -m"
|
||||||
alias gpu="git push --recurse-submodule=on-demand"
|
alias gpu="git push --recurse-submodule=on-demand"
|
||||||
if command_exists lazygit; then
|
if command_exists lazygit; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue