add(cli): cli interface for push, pull and version

This commit is contained in:
2023-10-26 00:32:25 +02:00
parent 854dafde01
commit 32a389d464
14 changed files with 750 additions and 64 deletions

3
configs/config.yaml Normal file
View File

@@ -0,0 +1,3 @@
base_url: "<git-url>"
user_name: "<user-name>"
access_code: "<access-code for user-name>"

View File