> Is there an easy way of squashing on github without forcing me to clone the > repo?
You should be able to do this by [rebasing locally](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html) and then force pushing to your repo. But there's no need to spend too much time on this - if it turns out to be tricky, we can also combine the commits when merging the change. Just let me know... --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/304#issuecomment-36160403