improving client/server info command
This commit is contained in:
		@@ -3,7 +3,8 @@ package config
 | 
			
		||||
//Gvcconfig will be the struct that holds the entire client settings
 | 
			
		||||
type Gvcconfig struct {
 | 
			
		||||
	Version        string    `toml:"version"`
 | 
			
		||||
	RootPath       string    `toml:"rootPath"`
 | 
			
		||||
	RootPath       string    `toml:"rootpath"`
 | 
			
		||||
	RepoName       string    `toml:"reponame"`
 | 
			
		||||
	Remotes        []Remote  `toml:"remote"` //The remote servers for the repo
 | 
			
		||||
	CurrentBranch  string    `toml:"currentbranch"`
 | 
			
		||||
	LocalBranches  []string  `toml:"localbranches"`  // LocalBranches constains a string list of branches on the local client.  Names must be unique. \\TODO: someday add folders like git for branches
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user