diff --git a/push_to_git.sh b/push_to_git.sh deleted file mode 100755 index 7ecc8d2..0000000 --- a/push_to_git.sh +++ /dev/null @@ -1,11 +0,0 @@ -#! /usr/bin/bash - -git add . -git commit -m "$@" -git push -u origin main -git push -u github main - -hash=$(git rev-parse --short HEAD) - -echo "commit $hash pushed to origin and github" -echo "commit message: $@" \ No newline at end of file