(no title)
izoow
|
1 year ago
I recently found out that git rebase has a --exec option that allows you to execute a shell command for each commit. If the command fails, the rebase pauses and allows you to make changes to make the command pass. I use this to make sure that there is no commit that leaves my project in an unbuildable state.
unknown|1 year ago
[deleted]
eru|1 year ago
penguin_booze|1 year ago