28 May
2010
28 May
'10
8:34 p.m.
Hi, Thank you for the assistance, as I said I'm new to git. 2010/5/28 Hans Hübner <hans.huebner@gmail.com>:
With your changes on your local master and the github master reset to the old master, do a "git rebase -i origin/master". Squash all your commits into one, save and push to github. That should do. Let us know if it does not.
It worked, I only had to keep one of the changes as "pick", and the others as "squash". Rebased with master, then merged my wip branch with master, then pushed. I think it worked as expected, all changes are in one commit. Regards, Frederico