. ____ . ____________________________
|/ \| | |
[| ♥ ♥ |] | Git Deployment Script v0.1 |
|___==___| / © oodavid 2017 Newsite.by |
|____________________________|

    $ echo $PWD
/home/bitrix/ext_www/belwood.kz
$ git config --global user.email git@belwood.kz

$ git config --global user.name "belwooddoors server"

$ git config --global --list
user.email=git@belwood.kz
user.name=belwooddoors server
$ whoami
bitrix
$ git add --all

$ git commit -m "Changes on production"
On branch master
nothing to commit, working tree clean
$ git pull origin master
fatal: could not read Username for 'https://gitlab.com': No such device or address
$ git checkout --theirs .
Updated 0 paths from the index
$ git commit -am "Remote Conflict"
On branch master
nothing to commit, working tree clean
$ git push origin master
fatal: could not read Username for 'https://gitlab.com': No such device or address
$ git submodule sync

$ git submodule update

$ git submodule status
fatal: no submodule mapping found in .gitmodules for path 'local/modules/medialine.deploy'
$ git submodule status
fatal: no submodule mapping found in .gitmodules for path 'local/modules/medialine.deploy'
$ git submodule status
fatal: no submodule mapping found in .gitmodules for path 'local/modules/medialine.deploy'