pgr0ss / rake_commit

A program that helps with checking in code. It automates common git or svn commands.
13 stars 13 forks source link

Implement rebase-only option #22

Closed dcopeland closed 10 years ago

dcopeland commented 10 years ago

-r or --rebase-only: commit uncommited changes leaving existing commits intact, git pull --rebase, then build and push

dcopeland commented 10 years ago

This automates a very common use case for me: leave existing commit(s) alone (for me, generally just one), but pull --rebase before rerunning tests

dcopeland commented 10 years ago

@pgr0ss Please review

pgr0ss commented 10 years ago

Overall, feature looks good. I'll pull it in after you remove the stray p. Thanks!