blob: f7f57872ab8628498ee910921c06cb7e78c10757 (
plain)
1
2
3
4
5
6
7
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}"
|