Files
puter/packages
Sam Atkins 0377015190 Implement git config
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.
2024-05-22 16:00:42 +01:00
..
2024-05-22 08:56:50 +01:00
2024-05-22 16:00:42 +01:00