1 2 3 4 5 6 7 8 9
cd git git clone git@git.highweb.com.ua:highweb-team/highweb.git git checkout develop # что-то тут делаешь # git add --all git commit -m 'тут какое-то описание коммита' git push