Hooks

  • Cliente (tu máquina)

  • Servidor (GitHub, GitLab...)

 ls -1 .git/hooks
  applypatch-msg.sample
  commit-msg.sample
  fsmonitor-watchman.sample
  post-update.sample
  pre-applypatch.sample
  pre-commit.sample
  pre-merge-commit.sample
  pre-push.sample
  pre-rebase.sample
  pre-receive.sample
  prepare-commit-msg.sample
  push-to-checkout.sample
  update.sample

Last updated