During rebase we sometimes face conflict files that need to resolve and continue one by one.
but how do we know where we are and how many steps need to resolve?
cat .git/rebase-apply/next
cat .git/rebase-apply/last
cat .git/rebase-apply/original-commit
original answer from awesome people in stackoverflow
Top comments (0)