Linux command
yadm-config 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List configuration
yadm config --list
Set configuration
yadm config [name] [value]
Set local class
yadm config local.class [work]
说明
yadm config manages yadm configuration. Sets local system properties for alternate file selection. Wraps git config for yadm-specific settings.
参数
- --list
- List all settings.
- --get _name_
- Get setting value.
- --unset _name_
- Remove setting.
- local.class
- System class for alternates.
- local.hostname
- Override hostname.
FAQ
What is the yadm-config command used for?
yadm config manages yadm configuration. Sets local system properties for alternate file selection. Wraps git config for yadm-specific settings.
How do I run a basic yadm-config example?
Run `yadm config --list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --list do in yadm-config?
List all settings.