From 344bc3b5f152af4fc13cf4d6ef7ab3af01036080 Mon Sep 17 00:00:00 2001 From: Leonie Freitag Date: Thu, 31 Jul 2025 22:47:53 +0200 Subject: [PATCH 1/2] Delete push_to_git.sh --- push_to_git.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 push_to_git.sh 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 From 2f78b4c8105d45f24ce055d542b9d030210a43fb Mon Sep 17 00:00:00 2001 From: LunarAkai Date: Thu, 31 Jul 2025 22:49:42 +0200 Subject: [PATCH 2/2] gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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