File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ environment variables:
181181- ` PRE_COMMIT_REMOTE_URL ` : the url of the remote that is being pushed to (for
182182 example ` git@github.com:pre-commit/pre-commit ` )
183183- ` PRE_COMMIT_REMOTE_BRANCH ` : the name of the remote branch to which we are
184- pushing (for example ` refs/heads/target-branch ` )
184+ pushing (for example ` refs/heads/target-branch ` )
185185- ` PRE_COMMIT_LOCAL_BRANCH ` : the name of the local branch that is being pushed
186186 to the remote (for example ` HEAD ` )
187187
Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ Options:
137137Some example useful invocations :
138138
139139- `pre-commit install` : Default invocation. Installs the hook scripts
140- alongside any existing git hooks.
140+ alongside any existing git hooks.
141141- `pre-commit install --install-hooks --overwrite` : Idempotently replaces
142- existing git hook scripts with pre-commit, and also installs hook
143- environments.
142+ existing git hook scripts with pre-commit, and also installs hook
143+ environments.
144144
145145` pre-commit install` will install hooks from
146146[`default_install_hook_types`](#top_level-default_install_hook_types) if
You can’t perform that action at this time.
0 commit comments