working on merging configs, adding branch/switch/pull commands
This commit is contained in:
		@@ -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 = ""
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user