stop rebase git
git rebase --abort
how to exit git rebase
1.You can run git rebase --abort to completely undo the rebase. Git will return you to your branch's state as it was before git rebase was called.
2.You can run git rebase --skip to completely skip the commit. ...
3.You can fix the conflict.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us