使用命令Branch | Neuer Branch ...此时将显示一个GitAhead窗口,其中I can enter the Name of the new Branch。下拉菜单不允许我输入所需的起点(选择master?)。上游下拉菜单也不允许输入分支名称,如"origin/ new _Branch。我在哪里可以找到说明,如何创建一个新的分支?没有机会输入"origin/newbranch“-下拉菜单不提供"newbranch”,也不能输入名称。谢谢Bahne
发布于 2020-06-02 23:04:33
当点击起点时,你会看到分支|远程|标签,选择你的起点,不要选择上游。当使用"pushing to“时,你可以在完成提交后选择新创建的分支,然后使用"set upstream”。它将为您创建新的源/新分支。
https://stackoverflow.com/questions/61773684
复制相似问题