Files
MainSite/shell/0-UpdateClient.sh
2020-05-10 19:46:14 +04:00

5 lines
197 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

git config --global credential.helper cache #чтение настроек авторизации
git reset --hard #игнорировать изменения у клиента
git fetch
git pull