This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues/pull-requests.
PartyApp/commit_and_push.sh

9 lines
139 B
Bash
Executable File

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