> 1) Can someone review the code changes for ERMA-13? It's in > http://github.com/mkemp/erma/tree/master. I forgot that git commits are kept > separate, so the changes are actually split across two commits.
git rebase -i HEAD~5 Then "squash" your first commit into the second commit. git rebase --continue git push :) _______________________________________________ Mailing list: https://launchpad.net/~erma-core Post to : erma-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~erma-core More help : https://help.launchpad.net/ListHelp