feat(config): create a proper config file with proper settings manipulation

This commit is contained in:
grimhilt
2024-02-20 21:25:21 +01:00
parent 6a11bb494b
commit 287953c086
13 changed files with 328 additions and 142 deletions

View File

@@ -8,3 +8,4 @@ pub mod config;
pub mod remote_diff;
pub mod remote;
pub mod pull;
pub mod credential;