diff --git a/.gitignore b/.gitignore index 1a4595e..75c9273 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target *.log +push_to_git.sh \ No newline at end of file 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