Для удобства синка сделал ключик и секцию в конфига ssh:
Теперь процесс выглядит так:
Host github.com
User speedcorezombie
HostName github.com
IdentityFile /home/accessd/.ssh/id_rsa
Теперь процесс выглядит так:
git clone http://github.com/speedcorezombie/pget.git
поработали, git add file
git commit -m 'some fixes'
git remote add speed git@github.com:speedcorezombie/pget.git
git push -u speed master
Комментариев нет:
Отправить комментарий