我正在编写一本编程书,我希望为每一章分支master,然后在章完成后合并回master,但是章节特定的分支会永久显示在我的github中。通过日食gui做到这一点的最佳方法是什么?我已经在eclipse中创建了分支,但我无法在github中创建重复的项目分支。
Github repository
-master
-chapter1
-chapter2
答案 0 :(得分:0)
你推了分店吗?
git push origin chapter1
git push origin chapter2
...等...
(注意:如果您在eclipse中使用git的图形界面,可以考虑将该信息添加到问题中。)
答案 1 :(得分:0)
如果您的“Team => Push to Upstream
”显示为灰色,则需要在Eclipse Egit配置中指定本地Git仓库的上游地址:请参阅“Eclipse/Egit, Push to Remote menu choice is grayed out”。
同时检查您的SSH2 config in the same EGit。
最后,点击“添加所有分支规范”,以便将所有本地分支推送到上游仓库: