понеділок, 15 серпня 2011 р.

Подключение репозитория git на unfuddle.com

Создать репозиторий на https://xxx.unfuddle.com

Сгенерировать ключ и добавить его в настройках Public Keys.

git init
git remote add unfuddle git@xxx.unfuddle.com:login/repo.git
git config remote.unfuddle.push refs/heads/master:refs/heads/master
git add -A
git commit -m 'initial commit'
git push unfuddle master

Параметры установки окончаний строк Unix/Mac:
git config --global core.autocrlf input
git config --global core.safecrlf true
Windows:
git config --global core.autocrlf true
git config --global core.safecrlf true

Немає коментарів:

Дописати коментар

HyperComments for Blogger

comments powered by HyperComments