12 lines
215 B
Batchfile
12 lines
215 B
Batchfile
rd /s /q erp_manual
|
|
pause
|
|
git clone http://gogs.lex.lan/l8-base/erp_manual.git
|
|
pause
|
|
cd erp_manual/
|
|
pause
|
|
git remote set-url origin http://gogs.lexema.ru:3000/docs/docerp.git
|
|
pause
|
|
git remote -v
|
|
pause
|
|
git push
|
|
pause |