This commit is contained in:
2024-06-17 15:05:53 +02:00
parent bec17bdcab
commit c20255c13b

3
git-commit_and_push.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
git add . && git commit -m "$1" && git push -u origin main