timbrel/GitSavvy

`git: merge --continue` command missing

franciscolourenco opened this issue · 1 comments

Is this command currently missing? Is there a way to continue a merge after merge conflicts?

The traditional way to continue a merge is -- after staging everything -- to just commit. The newer git merge --continue is missing, you're right.