вторник, 11 января 2011 г.

How to set up a remote repo in git?

git remote add origin {url}
to create a local branch:
git branch -b {branchname}

Комментариев нет:

Отправить комментарий