Delete push_to_git.sh

This commit is contained in:
Leonie Freitag 2025-07-31 22:47:53 +02:00 committed by GitHub
commit 344bc3b5f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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