File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ the scripts in the relevant hook-directory. The scripts are invoked
5151in numerical order, from 000-999. Note that scripts beginning with
5252anything other than a three-digit number between one and nine-hundred
5353ninety-nine, inclusive, will be ignored. It is advisable to follow
54- this outlined heirarchy for naming scripts:
54+ this outlined hierarchy for naming scripts:
5555
5656000-099 System level initialization scripts <br >
5757100-899 User level git hook actions <br >
5858900-999 System level teardown scripts <br >
5959
6060In order to fully leverage the benefits of this numeric system,
61- consider allowing distance between filenames of discerete parts of a
61+ consider allowing distance between filenames of discrete parts of a
6262single git-hook pipeline. For example, the pre-push pipeline may
6363build and test, but rather than naming your scripts 100-build.sh and
6464101-test.sh, leave room for future expansion: 110-build.sh and
You can’t perform that action at this time.
0 commit comments