|
|
|
|
|
by happyslobro
3627 days ago
|
|
Maybe server-side git hooks would do the trick? Can we assume that any "decent" git server will be able to run a bash script? A service could instruct the user to download a couple scripts and put them in .git/hooks. Or just copy and paste a wget command from within the repo root. https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks |
|