Remove duplicated words

This commit is contained in:
Douglas Barbosa Alexandre 2019-07-30 17:10:23 -03:00
parent ab509c7892
commit 21977d9a16
No known key found for this signature in database
GPG Key ID: 4DC4A918C347CAC9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ administrators can add custom git hooks to any GitLab project.
## Create a custom Git hook for a repository ## Create a custom Git hook for a repository
Server-side Git hooks are typically placed in the repository's `hooks` Server-side Git hooks are typically placed in the repository's `hooks`
subdirectory. In GitLab, hook directories are are symlinked to the gitlab-shell subdirectory. In GitLab, hook directories are symlinked to the gitlab-shell
`hooks` directory for ease of maintenance between gitlab-shell upgrades. `hooks` directory for ease of maintenance between gitlab-shell upgrades.
Custom hooks are implemented differently, but the behavior is exactly the same Custom hooks are implemented differently, but the behavior is exactly the same
once the hook is created. Follow the steps below to set up a custom hook for a once the hook is created. Follow the steps below to set up a custom hook for a