This commit is contained in:
Gogs
2020-01-05 13:48:59 +04:00
parent 937ee02c75
commit 2f6ffdea52
2 changed files with 2 additions and 0 deletions

1
UpdateClient.sh Normal file → Executable file
View File

@@ -1,2 +1,3 @@
git config --global credential.helper cache
git fetch git fetch
git pull git pull

1
UpdateGit.sh Normal file → Executable file
View File

@@ -1,3 +1,4 @@
git config --global credential.helper cache
git add . git add .
git commit -m "Updates" git commit -m "Updates"
git push git push