diff options
| author | Joey Hess <id@joeyh.name> | 2014-11-26 10:51:41 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-11-26 10:51:41 -0400 |
| commit | 3d42f1fa19577a7f9c2b629281fb5675772a0455 (patch) | |
| tree | a5d0cee89993c3616505aedff758b14329b4a4ad /doc/usage.mdwn | |
| parent | 1d8e08f2ac5a1d996e7aab1df0c6c7ff5631210f (diff) | |
| parent | 5a104675e4e18812f8794d9631d54c91b6d9be12 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'doc/usage.mdwn')
| -rw-r--r-- | doc/usage.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 093ec34e..6ef2e965 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -101,6 +101,18 @@ and configured in haskell. Set `PROPELLOR_DEBUG=1` to make propellor output each command it runs and other debugging information. +# GIT CONFIGURATION + +`git config propellor.debug 1` will configure propellor to output debugging +information. + +The usual git configuration controls which centralized repository (if any) +propellor pushes and pulls from. + +Additionally, the url of a remote named "deploy", if it exists +in your ~/.propellor/ repository, is used as the origin url for +the other repositories. + # SH AUTHOR Joey Hess <id@joeyh.name> |
