melawy-calamares/git_push.sh

7 lines
80 B
Bash
Raw Normal View History

2024-07-19 22:08:51 +05:00
#!/bin/bash
git add . && git commit -m "Update"
git push --force
echo "Ready"