aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
new file mode 100644
index 0000000..f7f5787
--- /dev/null
+++ b/config.toml.example
@@ -0,0 +1,8 @@
+# gitctl client config -> ~/.config/gitctl/config.toml
+admin_clone_path = "~/git/gitolite-admin"
+helper_ssh_alias = "git_helper" # restricted command= key, MUST differ from push_ssh_alias
+push_ssh_alias = "git_push" # normal unrestricted git access
+default_owner = "by Your Name"
+admin_branch = "master"
+rw_user = "youruser"
+remote_template = "{push_ssh_alias}:{name}"