diff --git a/commit_and_push.sh b/commit_and_push.sh index 554786f..3ead787 100755 --- a/commit_and_push.sh +++ b/commit_and_push.sh @@ -4,4 +4,4 @@ read -p "Commit message: " commit_message git commit -m "$commit_message" -git push -u origin main \ No newline at end of file +git push -u origin alpha \ No newline at end of file