You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when finishing a feature with the isRebase option set to true, the develop branch is fast-forwarded instead of being merged. Expected behavior (imo) is that the isRebase flag causes a rebase on develop before (additionally) merging with a forced merge-commit.
when finishing a feature with the
isRebase
option set to true, the develop branch is fast-forwarded instead of being merged. Expected behavior (imo) is that theisRebase
flag causes a rebase on develop before (additionally) merging with a forced merge-commit.Gitflow explicitly specifies forcing a merge commit (--no-ff), so I whould consider this a nodegit-flow bug.
nodegit-flow/src/Feature.js
Lines 119 to 122 in fdf742b
The text was updated successfully, but these errors were encountered: