Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
divbzero
on Oct 6, 2022
|
parent
|
context
|
favorite
| on:
Take Advantage of Git Rebase
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: