Thread Previous • Date Previous • Date Next • Thread Next |
> 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 :)
Thread Previous • Date Previous • Date Next • Thread Next |