Run .NET code from GIT hooks
Initialization.InitHooksNet();| Hook name | Interface |
|---|---|
| pre-commit | IPreCommitHook |
public class GitHookHandler : IPreCommitHook
{
public void OnPreCommit()
{
//Pre commit actions
}
}| Name | Name | Last commit date | ||
|---|---|---|---|---|