Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您想跟踪开始新功能分支的时刻,您可以使用
git merge --no-ff -m "merged feature-branch" some-feature-branch
如此处所述。如何使用SmartGit GUI 实现这一点?
当从项目窗口使用Branch|Merge并且 SmartGit/Hg 检测到可以进行快进合并时,它会询问您是否这样做。使用Branch|Merge from Log 时也会发生同样的情况。