dont change the ownership?

This commit is contained in:
Greg Gauthier 2024-02-14 21:05:22 +00:00
parent 351f085fbb
commit 6d15284c65
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env sh
# commit and push...
# shellcheck disable=SC2145
git add .;git commit -m"$@";git push -u origin master
rm -rf public # destroy the old build first