如何将 develop by using "integrate develop" 合并到 smart git 中的本地分支

How to merge develop by using "integrate develop" into local branch in smart git

我刚开始使用 smart git。我通常从智能 git 的 git 流程创建一个功能,我通常会得到一个“集成开发”选项,将我的本地分支与更新的开发分支合并。然而,我没有将我现在的分支创建为一个功能,所以当我右键单击本地分支时,我没有得到那个选项。如何将我的开发分支合并到我当前工作的本地分支?

SmartGit 的 Integrate Develop 基本上是 git rebasegit merge。因此,对于非 Git-Flow 分支,首先确保您的本地分支(应该是一个功能)已签出。然后从 Branches 视图中右键单击 develop,然后 select MergeRebase HEAD 到.