add git config
This commit is contained in:
		
							parent
							
								
									84f9183bc9
								
							
						
					
					
						commit
						49b97c6c4d
					
				|  | @ -0,0 +1,21 @@ | ||||||
|  | [core] | ||||||
|  | 	repositoryformatversion = 0 | ||||||
|  | 	fileMode = false | ||||||
|  | 	bare = false | ||||||
|  | 	logallrefupdates = true | ||||||
|  | [color] | ||||||
|  | 	ui = true | ||||||
|  | [color "branch"] | ||||||
|  | 	current = yellow bold | ||||||
|  | 	local = green bold | ||||||
|  | 	remote = cyan bold | ||||||
|  | [color "diff"] | ||||||
|  | 	meta = yellow bold | ||||||
|  | 	frag = magenta bold | ||||||
|  | 	old = orange bold | ||||||
|  | 	new = green bold | ||||||
|  | 	whitespace = red reverse | ||||||
|  | [color "status"] | ||||||
|  | 	added = green bold | ||||||
|  | 	changed = yellow bold | ||||||
|  | 	untracked = red bold | ||||||
		Loading…
	
		Reference in New Issue