DEV Community

radin reth
radin reth

Posted on

git rebase remaining

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
Enter fullscreen mode Exit fullscreen mode

original answer from awesome people in stackoverflow

Top comments (0)