So I have a situation with a master and a bugfix branch that continues it. I tried squashing some commits on master and then rebasing bugfix on it but I got merge conflicts. What is the proper way to do it ? I work locally and there is no remote.
It looks like this :
A - B - C - D - E - F [master]
\
G - H - I - J - K [bugfix]
I want to squash A - B - C - D - E - F and still have bugfix continuing the squashed master branch.