Hacker News new | past | comments | ask | show | jobs | submit login

The following tip from OP could be rather useful.

  git rebase --exec 'make test' main
The --exec <command> flag allows you to run any shell command after each rebased commit, stopping if the shell command fails (which is signaled by a non zero exit code).



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: