gsu made better
This commit is contained in:
parent
8eb40f8da9
commit
8951ad7d8a
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -328,7 +328,7 @@ _git_() {
|
||||||
alias ga="git add"
|
alias ga="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 pull --recurse-submodule && 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 add . && git commit -m ' updated 📌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