git_hooks_shared_remove.md
March 30, 2024 ยท View on GitHub
git hooks shared remove
Remove shared repositories.
Synopsis
Remove an item, given as <git-url> from the shared repositories list. If
--local|--global is given, then the githooks.shared local/global Git
configuration is modified, or if the --shared option (default) is set, the
.githooks/.shared.yaml file is modified in the local repository.
git hooks shared remove [flags] <git-url>
Options
--shared Modify the shared hooks list `.githooks/.shared.yaml` (default).
--local Modify the shared hooks list in the local Git config.
--global Modify the shared hooks list in the global Git config.
-h, --help help for remove
SEE ALSO
- git hooks shared - Manages the shared hook repositories.