Hi
I want to transfer my opensource code library on GitHub. Can anyone explain me the procedure?
Will the code be collaboratively edited or what?
Thanks
/A
Hi
I want to transfer my opensource code library on GitHub. Can anyone explain me the procedure?
Will the code be collaboratively edited or what?
Thanks
/A
Importing an existing repository is pretty much straightforward once you create the new repository on GitHub (just look at the usage instructions that appear after the repository was created). If you need more control on the operation you might find some info here.
As for code collaboration, by default, anyone may read your code and only you may commit. You may add collaborators if you want to allow other people to commit. To make the repository viewable only by you will require an upgraded (paid) account.