I'm trying to find out if it's possible to merge all commits for a custom branch, after the branch was created?
At some point, I created a branch called some-branch
off main
. I did about 90 commits. Now, is there a way I can merge all of those commits? Problem is, I'm not sure if I pulled anything down from main
-during- my development of those 90 commits.
It's like I want to see -my- changes and not the other stuff? is this possible?