cli.fail

Practice this fail.

Conflict resolved. Now what?

Git · Restart as often as you like

Read the error, choose a command, and learn
why it works. Nothing runs on your machine.

Browse all practice ↗

Git · Intermediate

A rebase stopped on a conflict. You resolved it and staged the resolved files. Continue this existing rebase.

Conflict resolved. Now what?

$ git status

rebase in progress; all conflicts fixed

How do you resume the interrupted rebase?

3 attempts remaining

Read why this fix works

Conflict resolved. Now what?

git rebase --continue

After staging resolved conflicts, --continue resumes the rebase. --skip discards the current patch from the replay; it is not a generic way to acknowledge a resolution.

Practice rounds do not affect the daily score or local streak. Try today’s challenge, or choose another scenario.

Copy your result