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








