Archive for March, 2009
Add collaborator to GitHub repository
Posted by JohannesTheDeveloper in fun with Linux on March 6th, 2009
Don’t let them clone the public url: It doesn’t go over ssh and I don’t know how to change the origin url in a branch. *
Steps:
- create ssh-key on new collaborators computer (ssh-keygen)
- create github user
- add public-key to github user account
- let the project owner add you as project member
- git clone git@…
Where 1 < 3, 1 < 2 < 4, 2 < 5 if that means anything to you ;-)
* it works with git remote
Recent Comments