This commit is contained in:
pika 2025-03-22 03:11:30 +01:00
parent a1e6763a31
commit c653009ae3

4
.zshrc
View file

@ -341,10 +341,10 @@ __alias__() {
alias gcm="git commit -m"
alias gpu="git push --recurse-submodule=on-demand"
gsu() {
echo "-- pulling submodules --"
git submodule foreach git pull --recurse-submodule
echo_info "-- pulled submodules --"
echo "-- updating submodules --"
git submodule update --init --recursive
echo_info "-- updated submodules --"
git diff . &&
git add .
sleep 0.3