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

View File

@@ -1,5 +1,5 @@
BUILD_TARGET = ./bin/
GITW = ./cmd/gitw
GITW = main.go
all: clean test build