addet tmux-function
This commit is contained in:
parent
e312eddf84
commit
f67fa90399
3 changed files with 13 additions and 1 deletions
|
@ -163,7 +163,7 @@ if command -v git >/dev/null 2>&1
|
|||
alias gc='git clone --recurse-submodule'
|
||||
alias ga='git add'
|
||||
alias gp='git pull --recurse-submodule'
|
||||
alias gsu='git submodule foreach git pull && git add . && git commit -m " updated 📌submodules" && echo "-- Committed changes, pushing now.." && sleep 1.5 && 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 gpu='git push --recurse-submodule=on-demand'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue