DEV Community

baris
baris

Posted on

Answer: Completely cancel a rebase

Use git rebase --abort. From the official Linux kernel documentation for git rebase:

git rebase --continue | --skip | --abort | --edit-todo
</p>





I will try

Top comments (0)