admin-dashboard-web/commit_and_push.sh

7 lines
110 B
Bash
Executable File

git add *
read -p "Commit message: " commit_message
git commit -m "$commit_message"
git push -u origin main