Created
January 12, 2024 18:03
-
-
Save dj-wasabi/ae699d7451ae6cbdab4c6389e63d2cb8 to your computer and use it in GitHub Desktop.
ls-git-hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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