This commit is contained in:
pika 2025-07-03 16:28:02 +02:00
parent 91150f5633
commit e1a315b57e

View file

@ -543,10 +543,8 @@ __git__() {
git add $f git add $f
done done
fi fi
git commit -m "${commit_message:-wip}" git commit -m "${commit_message:-wip}"
git push git push
fi fi
else else
echo "${RED}${BOLD}There are changes on the remote branch. Please pull the latest changes first.${NC}" echo "${RED}${BOLD}There are changes on the remote branch. Please pull the latest changes first.${NC}"