feat(remote): add new remote

This commit is contained in:
grimhilt
2024-02-20 15:45:01 +01:00
parent 7719e27fe8
commit c6534cfd40
7 changed files with 112 additions and 3 deletions

View File

@@ -6,4 +6,5 @@ pub mod clone;
pub mod push;
pub mod config;
pub mod remote_diff;
pub mod remote;
pub mod pull;