mirror of
				https://github.com/DictXiong/dotfiles.git
				synced 2025-11-04 15:47:49 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			402 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			402 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[user]
 | 
						|
    email = me@beardic.cn
 | 
						|
    name = Dict Xiong
 | 
						|
[core]
 | 
						|
    editor = vim
 | 
						|
    # test this by `git update-index --test-untracked-cache`
 | 
						|
    # disable this by setting `GIT_DISABLE_UNTRACKED_CACHE`
 | 
						|
    untrackedCache = true
 | 
						|
[push]
 | 
						|
    autoSetupRemote = true
 | 
						|
[branch]
 | 
						|
    # Show most recently changed branches first.
 | 
						|
    sort = -committerdate
 | 
						|
[help]
 | 
						|
    autocorrect = 1
 | 
						|
[init]
 | 
						|
    defaultBranch = main |