I have created a feature branch against master branch 2 months back. Updated the feature branch several times in the meanwhile and almost each time I had some conflicts while merging. Fixed those and pushed to feature branch.
Now the problem is, in our org we need to have only one commit for one feature, my current feature branch is having 37 commits(including merge commits).
While I was rebasing I have to resolve commits on each commit I am picking to squash, is there any easy way around to rebase the feature branch with master branch?