When using Git inside of IntelliJ, how do I squash all of my commits for a local branch? What settings do I use in the rebase branch window?
I've tried setting the Onto to local/master and From to my branch, but then it goes and tries to merge master changes into my branch for each commit I did, even though I typically rebase my branch onto master every morning...so there SHOULD be no conflicts. Yet it almost always finds conflicts and causes merge issues. I ONLY want to squash the branch commits and messages so when I push to GitHub it only sees one.