简体   繁体   中英

How to create a collaborative repository on Github?

Hi i want to develop an application using github for collaborative development.

I have created an extra branch on the repository called "Tests" .

So my collaborators must execute

git clone git@github.com:user/repo.git

to clone the repository

And what we must to do next?

i have read some tutorials using

git branch Tests
git checkout Tests

but i can´t push to the repository..

GitHub Help has some pretty good details on the different ways to collaborate, through pull requests, or direct commits: http://help.github.com/send-pull-requests/

If that doesn't answer your question you will need to be more specific about the error you are receiving.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM