Extract git commands to own module

This commit is contained in:
Joscha 2023-08-17 15:01:00 +02:00
parent f12da915a9
commit 546de29706
5 changed files with 85 additions and 39 deletions

View file

@ -4,6 +4,7 @@
mod args;
mod config;
mod git;
mod id;
mod server;
mod shared;