Can I safely squash commits where one of them is a merge commit? My commit history looks like this:
I'm wondering if there will be problems or conflicts when trying to merge this squashed branch into master. I haven't pushed my branch yet so it shouldn't affect other people's git history.