Files
MainSite/UpdateGit.sh
2020-01-05 13:48:59 +04:00

4 lines
86 B
Bash
Executable File

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