I\'m in a bit of a pickle.
I started development on a fork of a repo a few months ago. I made some changes. I was about to push my code back to the master as a pull re
git pull --rebase works for me and keeps the history clean.
git pull --rebase