mirror of
https://github.com/HeyPuter/puter.git
synced 2026-03-16 07:46:48 -05:00
This is also basic: git config key # To read a value git config key value # To set a value git config --unset key # To delete a value As noted, --list is not possible to implement currently.