File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ sh <(curl -s https://raw.githubusercontent.com/janniks/prepare-commit-msg/master
2323> ` find . -name .git -type d -prune -exec sh -c 'git --git-dir "{}" init' \; `
2424
2525### Install Manually
26- If you prefer to install manually you can walkthrough the following steps:
26+ If you prefer to install manually you can walk through the following steps:
2727
28281 . Copy the ` scripts/prepare-commit-msg ` script into your local git repository inside ` .git/hooks `
29- 1 . Edit the placeholders in the beginning of the script
29+ 1 . Edit the placeholders at the beginning of the script
30301 . Make sure the is script executable by running ` chmod +x prepare-commit-msg `
31311 . Enjoy! Test it by committing anything!
3232
@@ -80,7 +80,7 @@ You can use tools like [Regex101](https://regex101.com/) to tweak and test these
8080## FAQ & Problems
8181
8282<details >
83- <summary >I already have a global git-template set up !</summary >
83+ <summary >I already have a global git-template!</summary >
8484 Install manually and add the git hook file to your hooks directory in your existing git-template.
8585</details >
8686
You can’t perform that action at this time.
0 commit comments