Files
MainSite/shell/UpdateGit.sh
2020-05-10 18:29:14 +04:00

7 lines
94 B
Bash
Executable File

cd ..
git config --global credential.helper cache
git add .
git commit -m "Updates"
git push