0d5c3dbb8ed163467de5746353aa696252d5d768
public/git-how.md
... | ... | @@ -60,7 +60,7 @@ The `.git/` directory holds the entire history of the repository. Within that, |
60 | 60 | | `config` | A text file with configuration information for the repository. | |
61 | 61 | | `HEAD` | An ordinary text file that tracks a reference to whatever branch is the current head. | |
62 | 62 | | `description` | (You may not see this) If present, contains a name for the repository. Used by the GitWeb program. | |
63 | -| `hooks/` | (You may not see this) Contains files that define behaviors that are triggered at various times during Git operations. | |
|
63 | +| `hooks/` | (You may not see this) Contains files that define behaviors that are triggered at various times during Git operations. See https://git-scm.com/book/ms/v2/Customizing-Git-Git-Hooks#_git_hooks | |
|
64 | 64 | | `info/` | (You may not see this) Contains a global exclude file for patterns you don’t want to track in a .gitignore file | |
65 | 65 | |
66 | 66 | ### Add a file and watch the index |