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
done
fi
git commit -m "${commit_message:-wip}"
git push
fi
else
echo "${RED}${BOLD}There are changes on the remote branch. Please pull the latest changes first.${NC}"