문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top