working on messaging library, adding branching options to client

This commit is contained in:
2020-06-02 17:08:44 -04:00
parent 33b1c78eb2
commit 0276a1d776
14 changed files with 89 additions and 135 deletions

View File

@@ -2,6 +2,9 @@ version = "0.1.5"
rootPath = ""
currentbranch = "master"
localbranches = ["master"]
remotebranches = ["master", "test", "test2"]
[[remote]]
name = "test2"
host = "localhost"