add git pull script

This commit is contained in:
Sem van der Hoeven
2023-04-13 16:36:49 +02:00
parent 65eb163bd9
commit 64853a50e2
2 changed files with 2 additions and 0 deletions

3
pgit.sh Executable file
View File

@@ -0,0 +1,3 @@
git add -A
git commit -a -m "$1"
git push