This repository has been archived on 2024-01-23. You can view files and clone it, but cannot push or open issues/pull-requests.
API/commit_and_push.sh

8 lines
111 B
Bash
Executable File

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