Stuck in a git rebase … how to reset

Posted by

Error:

rebase in progress; onto f39d81c0 You are currently rebasing branch ‘master’ on ‘f39d81c0’. (all conflicts fixed: run “git rebase –continue” ) nothing to commit, working tree clean

Solution:

Step 1:

git rebase --skip

Step 2:

git rebase --continue

Step 3:

git rebase --abort
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x