working on merging configs, adding branch/switch/pull commands

This commit is contained in:
2020-06-10 22:45:15 -04:00
parent c4aa5a1c66
commit 2cbdf21a81
12 changed files with 269 additions and 66 deletions

View File

@@ -9,16 +9,19 @@ reporootpath = "F:\\repos"
rootpath = ""
reponame = "gvc"
defaultbranch = "master"
localbranches = ["master"]
localbranches = ["master", "serveronlybranch", "anotherserverbranch"]
[[repo.client]]
name = "deranjer"
key = "12345"
lastcommit = "4343434343434"
[repo.locked]
files = ["client1.exe", "client2.exe", "client.go"]
files = ["client1.exe", "client2.exe", "client.go", "serverLocked.go"]
exts = [".exeServer", "serverCOMP2EXT"]
[repo.defaultignore]
folders = ["serverFolderIgnore", "serverFolderignore2"]
[repo.nocompress]
exts = ["serverNoCompressEXT", "serverCOMP2EXT"]
[[repo]]
rootpath = ""