File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1+ Localhooks for scip
2+ ----------
3+
4+ These git hooks help to check the correct format of commits before pushing.
5+ They need to be installed by the user for the local repository.
6+ For instructions please continue reading.
7+
8+ Available hooks:
9+ ----------------
10+
11+ - commit-msg: checks every commit message for correct format (line length, etc.)
12+ - pre-commit: checks every commit for trailing whitespaces, filename format and that the files size does not exceed 50 MB
13+
114Instructions for local hooks
215-----------------
316
@@ -25,8 +38,3 @@ There are several ways of doing that:
2538 ` .git/hooks/ `
2639 of your local repository.
2740
28- Available hooks:
29- ----------------
30-
31- - commit-msg: checks every commit message for correct format (line length, etc.)
32- - pre-commit: checks every commit for trailing whitespaces
You can’t perform that action at this time.
0 commit comments