I want to create new branch from my main.
I have about 50 pushed commits (it’s not last 50 commits in branch, they’re mixed with others commits) in my main branch that shouldn’t be in the newly created branch.
do you know how to achieve this?
I read about interactive rebase, but this option is disabled in my git:log in intelij. There’s any other option? There’s maybe option to squash some existing commits?
6