This commit is contained in:
Gogs
2020-05-10 18:29:14 +04:00
parent 7f4e11b073
commit 6a2cd57e6e
17 changed files with 297 additions and 60 deletions

6
shell/UpdateGit.sh Executable file
View File

@@ -0,0 +1,6 @@
cd ..
git config --global credential.helper cache
git add .
git commit -m "Updates"
git push