$ pwd
/home/bitrix/www
$ git config --global user.email "git@wdl-optika.by"
$ git config --global user.name "wdl-optika.by"
$ git config --global --list
user.email=git@wdl-optika.by
user.name=wdl-optika.by
$ git config core.filemode false
$ whoami
user.name=wdl-optika.by
bitrix
$ git status
fatal: Not a git repository (or any of the parent directories): .git
$ git add --all
fatal: Not a git repository (or any of the parent directories): .git
$ git commit -m "Changes on production"
fatal: Not a git repository (or any of the parent directories): .git
$ git pull origin master
fatal: Not a git repository (or any of the parent directories): .git
$ git checkout --theirs .
fatal: Not a git repository (or any of the parent directories): .git
$ git commit -am "Remote Conflict"
fatal: Not a git repository (or any of the parent directories): .git
$ git push origin master
fatal: Not a git repository (or any of the parent directories): .git
$ git submodule sync
fatal: Not a git repository (or any of the parent directories): .git
$ git submodule update
fatal: Not a git repository (or any of the parent directories): .git
$ git submodule status
fatal: Not a git repository (or any of the parent directories): .git