2025-09-14 18:48:49 -06:00
|
|
|
# yadm config
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Pass options to yadm's config file. Change the `.config` of the repository managed by yadm.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#configuration>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Set or update a yadm's Git configuration:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm config {{key.inner-key}} {{value}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Get a value from yadm's Git configuration:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm config --get {{key}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Unset a value in yadm's Git configuration:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm config --unset {{key}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- List all values in yadm's Git configuration:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm config --list`
|