Compare commits

...

2 commits

Author SHA1 Message Date
2f78b4c810 gitignore 2025-07-31 22:49:42 +02:00
344bc3b5f1
Delete push_to_git.sh 2025-07-31 22:47:53 +02:00
2 changed files with 1 additions and 11 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/target
*.log
push_to_git.sh

View file

@ -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: $@"