hello,
Is it possible close the feature with this command
git flow feature finish <feature> --squash
but through your gui?
If this is not possible, is it possible to modify some script to obtain this behavior?
thanks
@Stefano Magni SourceTree's built-in Git Flow functionality does not have a specific GUI option to finish a feature with the --squash flag. The standard "Finish Feature" action in SourceTree primarily uses a git merge or git rebase.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.