I'm trying a git rebase to squash some commits down. However each time I have to manually resolve conflicts on what seems like every step. Basically every single commit I made shows as a conflict and I have to resolve it.
Is it possible to use rebase when I have made some branches while working on a project? These are just local branches that haven't been pushed to origin yet.