`git: merge --continue` command missing
franciscolourenco opened this issue · 1 comments
franciscolourenco commented
Is this command currently missing? Is there a way to continue a merge after merge conflicts?
kaste commented
The traditional way to continue a merge is -- after staging everything -- to just commit. The newer git merge --continue
is missing, you're right.