melawy-calamares/git_push.sh

7 lines
80 B
Bash
Executable File

#!/bin/bash
git add . && git commit -m "Update"
git push --force
echo "Ready"