dolt config
Read and write local (per repository) and global (per user) Dolt configuration variables.
=> More information.
- List all local and global configuration options and their values:
dolt config --list
- Display the value of a local or global configuration variable:
dolt config --get {name}
- Modify the value of a local configuration variable, creating it if it doesn't exist:
dolt config --add {name} {value}
- Modify the value of a global configuration variable, creating it if it doesn't exist:
dolt config --global --add {name} {value}
- Delete a local configuration variable:
dolt config --unset {name}
- Delete a global configuration variable:
dolt config --global --unset {name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/dolt-config.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.707184 milliseconds
- Gemini-to-HTML Time
- 0.291989 milliseconds
This content has been proxied by September (ba2dc).