-1
我是Git的新手,並且還在努力工作。爲什麼我看到TestProject和WebAppWithSeleniumTest兩個TestProject回購下方而不是周圍的其他方式?在一個回購下看到兩個項目;期望看到只有一個
在我的GitHub的帳戶,我已經創建並填充兩個公共庫:
https://github.com/robertmarkbram/TestProject https://github.com/robertmarkbram/WebAppWithSeleniumTest
每次我遵循了同樣的模式:
- 在Eclipse中創建項目。
- 在GitHub中創建一個同名的回購。
- 將該項目添加到本地Git倉庫。
- 將項目推送到我創建的遠程GitHub倉庫。
但是如上所述,該TestProject回購下我看到TestProject和WebAppWithSeleniumTest。
然而,WebAppWithSeleniumTest回購協議,我只看到WebAppWithSeleniumTest(如預期)。
難道我做錯了什麼?
我在這裏寫了如何使用Eclipse本地和遠程Git倉庫:http://robertmarkbramprogrammer.blogspot.com.au/2014/10/add-eclipse-project-to-local-and-remote.html – 2014-10-05 05:46:30