diff --git a/git-commit_and_push.sh b/git-commit_and_push.sh deleted file mode 100644 index 3e84fb9..0000000 --- a/git-commit_and_push.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -git add . && git commit -m "$1" && git push -u origin main