summaryrefslogtreecommitdiff
path: root/doc/usage.mdwn
diff options
context:
space:
mode:
authorJoey Hess2014-11-25 18:55:07 -0400
committerJoey Hess2014-11-25 18:55:12 -0400
commite07dc9b1d336e86ce51b2a94fcfa943cc1650afd (patch)
treed2a508a12c41be061c51621c085b79e39efb4cb1 /doc/usage.mdwn
parent7d0f79a0c7656a0dd68235c93e2f770b0b1b6ea3 (diff)
propellor.debug can be set in the git config to enable more persistent debugging output.
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r--doc/usage.mdwn12
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>