2012-05-10 14 views
0

嗨,我想開發一個應用程序使用github進行協作開發。如何在Github上創建協作資源庫?

我在存儲庫上創建了一個名爲「測試」的額外分支。

所以我的合作者必須執行

git clone [email protected]:user/repo.git 

克隆庫

而我們下一步必須做什麼?

我已閱讀使用

git branch Tests 
git checkout Tests 

一些教程,但我不能推到倉庫..

+1

[添加合作者到我的免費GitHub帳戶?](http://stackoverflow.com/questions/7920320/adding-a-collaborator-to-my-free-github-account)... [ Google](https://encrypted.google.com/search?q=github+add+collaborator)給出了相當多的結果... –

+1

你是否按照教程設置你的ssh密鑰的回購? – jdi

回答

-1

GitHub的幫助對不同的協作方式,一些不錯的細節,通過引入請求,或直接提交:http://help.github.com/send-pull-requests/

如果這不能解答您的問題,您需要更具體地瞭解您收到的錯誤。

相關問題