From 6568414fc568257fd9fa705e886e3f5e3adcffc0 Mon Sep 17 00:00:00 2001 From: Marc Jay Date: Sat, 20 Apr 2019 14:06:59 +0100 Subject: [PATCH] Clarify default behaviour in README for no-commit-to-branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df060a2..5bf28d3 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Add this to your `.pre-commit-config.yaml` - Use `args: ['--django']` to match `test*.py` instead. - `no-commit-to-branch` - Protect specific branches from direct checkins. - Use `args: [--branch, staging, --branch, master]` to set the branch. - `master` is the default if no argument is set. + `master` is the default if no branch argument is set. - `-b` / `--branch` may be specified multiple times to protect multiple branches. - `-p` / `--pattern` can be used to protect branches that match a supplied regex