bash cd ~ git clone http://val.bmstu.ru/unix/conf.git cd conf/ git pull origin master git remote -v git remote rm origin git remote add origin ssh://val@val.bmstu.ru:257/home/val/public_html/unix/conf.git du -hs . git add -v . git --no-optional-locks status | grep 'modified\|deleted\|new file\|renamed' | git commit -a -F - git push origin master