$ pwd
/var/www/www-root/data/www/neyiron.ru
$ git config --global user.email "git@neyron.ru
$ git config --global user.name "git_netyron"
$ git config --global --list
user.name=git_netyron
$ git config core.filemode false
$ whoami
www-root
$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
$ git add --all
$ git commit -m "Changes on production"
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
$ git pull origin master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
From bitbucket.org:neyiron/git.neyron_new
* branch master -> FETCH_HEAD
Already up to date.
$ git checkout --theirs .
* branch master -> FETCH_HEAD
Already up to date.
Updated 0 paths from the index
$ git commit -am "Remote Conflict"
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
$ git push origin master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Everything up-to-date
$ git submodule sync
$ git submodule update
$ git submodule status
$ touch execafterdeploy.php
touch: cannot touch 'execafterdeploy.php': Permission denied
$ cat execafterdeploy.php