|
|
|
|
|
by netcoyote
10 days ago
|
|
Here's what gemini says about running hooks in parallel: > Native Git traditionally executes hooks sequentially. However, you can achieve parallel execution by leveraging dedicated third-party hook managers or using built-in shell background processing .. and that's what git-multi-hook is: a third-party hook manager, that uses shell background processing :) |
|