Корзина пуста
Корзина
0
Корзина пуста
Каталог продукции
назад

GIT DEPLOYMENT SCRIPT

$ pwd
/home/bitrix/www
$ git config user.email "git@sklad-tepla.ru"
error: could not lock config file .git/config: No such file or directory
$ git config user.name "sklad-tepla.ru server"
error: could not lock config file .git/config: No such file or directory
$ git config --list
$ git config core.filemode false
error: could not lock config file .git/config: No such file or directory
$ whoami
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
$ touch execafterdeploy.php
$ cat execafterdeploy.php
Корзина пуста