Commit script hinzugefügt

This commit is contained in:
Bernhard
2025-12-17 19:22:37 +01:00
parent dcb267df89
commit c0c8d4d766

6
scripts/git_commit_push.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
git add --all
git commit -am "$1"
git push