This commit is contained in:
pika 2025-05-12 17:03:54 +02:00
parent 1394633521
commit d86388333d

2
.zshrc
View file

@ -428,7 +428,7 @@ __git__() {
fi
echo "${CYAN}No changes on the remote branch. Adding changes and pushing with ${RED}${BOLD}'$commit_message'${NC}${CYAN} commit.${NC}"
git add "$commit_files"
git add "${commit_files:-.}"
git commit -m "$commit_message"
git push
else