-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improved readme, typos.
- Loading branch information
Showing
10 changed files
with
288 additions
and
130 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## git hooks config disable-shared-hooks-update | ||
|
||
Disable/enable automatic updates of shared hooks. | ||
|
||
### Synopsis | ||
|
||
Disable/enable automatic updates of shared hook | ||
repositories. | ||
|
||
``` | ||
git hooks config disable-shared-hooks-update [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--print Print the setting. | ||
--set Disable automatic updates of shared hooks. | ||
--unset Enabled automatic updates of shared hooks.. | ||
--reset Reset (enable) automatic updates of shared hooks. | ||
--local Use the local Git configuration (default, except for `--print`). | ||
--global Use the global Git configuration. | ||
-h, --help help for disable-shared-hooks-update | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [git hooks config](git_hooks_config.md) - Manages various Githooks configuration. | ||
|
||
###### Auto generated by spf13/cobra |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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