Skip to content

Instantly share code, notes, and snippets.

@dj-wasabi
Created January 12, 2024 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dj-wasabi/ae699d7451ae6cbdab4c6389e63d2cb8 to your computer and use it in GitHub Desktop.
Save dj-wasabi/ae699d7451ae6cbdab4c6389e63d2cb8 to your computer and use it in GitHub Desktop.
ls-git-hooks
$ ls -l .git/hooks
total 112
-rwxr-xr-x 1 wdijkerman staff 478 Jun 14 21:01 applypatch-msg.sample
-rwxr-xr-x 1 wdijkerman staff 896 Jun 14 21:01 commit-msg.sample
-rwxr-xr-x 1 wdijkerman staff 3327 Jun 14 21:01 fsmonitor-watchman.sample
-rwxr-xr-x 1 wdijkerman staff 189 Jun 14 21:01 post-update.sample
-rwxr-xr-x 1 wdijkerman staff 424 Jun 14 21:01 pre-applypatch.sample
-rwxr-xr-x 1 wdijkerman staff 1638 Jun 14 21:01 pre-commit.sample
-rwxr-xr-x 1 wdijkerman staff 416 Jun 14 21:01 pre-merge-commit.sample
-rwxr-xr-x 1 wdijkerman staff 1348 Jun 14 21:01 pre-push.sample
-rwxr-xr-x 1 wdijkerman staff 4898 Jun 14 21:01 pre-rebase.sample
-rwxr-xr-x 1 wdijkerman staff 544 Jun 14 21:01 pre-receive.sample
-rwxr-xr-x 1 wdijkerman staff 1492 Jun 14 21:01 prepare-commit-msg.sample
-rwxr-xr-x 1 wdijkerman staff 3610 Jun 14 21:01 update.sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment