diff options
| -rw-r--r-- | doc/usage.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 4eed5416..57be293d 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -124,6 +124,12 @@ other debugging information. `git config propellor.debug 1` will configure propellor to output debugging information. +`git config propellor.spin-branch foo` will configure propellor to refuse to +spin when the foo branch is not checked out. + +`git config propellor.forbid-dirty-spin true` will configure propellor to refuse +to spin when there are uncommitted changes in the `~/.propellor` repository. + The usual git configuration controls which centralized repository (if any) propellor pushes and pulls from. |
