-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
This command will try to build the following structure in repository: | ||
├───.git | ||
│ └───hooks | ||
│ └───pre-commit // this executable will be added. Existed file with | ||
│ └───pre-commit // this executable will be added. Existing file with | ||
│ // same name will be renamed to pre-commit.old | ||
(lefthook add this dirs if you run command with -d option) | ||
(lefthook adds these dirs if you run the command with the -d option) | ||
│ | ||
├───.lefthook // directory for project level hooks | ||
│ └───pre-commit // directory with hooks executables | ||
└───.lefthook-local // directory for personal hooks add it in .gitignore | ||
│ └───pre-commit // directory with hook executables | ||
└───.lefthook-local // directory for personal hooks; add it in .gitignore | ||
└───pre-commit |
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