I\'ve been using Git Extensions for a while now (it\'s awesome!) but I haven\'t found a simple answer to the following:
Sometimes, when typing a com
I tinkered with git extensions and couldn't get it to squash many commits into one. To do that, I had to resort to the command line and found this post helpful
git rebase -i Head~2
This is interactive rebase, and note the following: