简体   繁体   中英

How do I merge with --no-ff in SmartGit/hg?

If you want to keep track of the moment you started a new feature-branch you can use

git merge --no-ff -m "merged feature-branch" some-feature-branch

As described here . How can I achieve this using the SmartGit GUI?

When using Branch|Merge from the project window and SmartGit/Hg detects that a fast-forward merge will be possible, it will ask you whether to do so. The same happens when using Branch|Merge from the Log.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM