Add sparky gitconfig and shuffle them around
This commit is contained in:
		
							
								
								
									
										44
									
								
								bigbox.gitconfig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								bigbox.gitconfig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,44 @@ | ||||
| [safe] | ||||
| 	directory = * | ||||
| [user] | ||||
| 	name = PhatPhuckDave | ||||
| 	email = david.majdandzic@hotmail.com | ||||
| [credential "helperselector"] | ||||
| 	selected = manager | ||||
| [credential "https://git.site.quack-lab.dev"] | ||||
| 	provider = generic | ||||
| [core] | ||||
| 	autocrlf = true | ||||
| # 	pager = delta --line-numbers --dark | ||||
| [diff "pandoc"] | ||||
| 	textconv=pandoc --to=markdown | ||||
| 	prompt=false | ||||
| [alias] | ||||
| 	wdiff=diff --word-diff=color --unified=1 | ||||
| [init] | ||||
| 	defaultBranch = master | ||||
| # [diff "dotnet-dll"] | ||||
| #     textconv = powershell -ExecutionPolicy Bypass -File "C:/Users/Administrator/Seafile/Other/dll2txt.ps1" $1 $TEMP/decompiled_output.cs | ||||
| #    cachetextconv = true | ||||
| # [difftool "difftastic"] | ||||
| #     cmd = difft "$MERGED" "$LOCAL" "abcdef1" "100644" "$REMOTE" "abcdef2" "100644" | ||||
| # [diff] | ||||
| #     tool = difftastic | ||||
| # [difftool] | ||||
| #     prompt = false | ||||
| [http] | ||||
| 	schannelCheckRevoke = false | ||||
| 	sslBackend = schannel | ||||
| [push] | ||||
| 	default = upstream | ||||
| [filter "lfs"] | ||||
| 	process = git-lfs filter-process | ||||
| 	required = true | ||||
| 	clean = git-lfs clean -- %f | ||||
| 	smudge = git-lfs smudge -- %f | ||||
| [credential "https://forgejo.fractal-tess.xyz"] | ||||
| 	provider = generic | ||||
| [pull] | ||||
| 	rebase = true | ||||
| [credential "https://huggingface.co"] | ||||
| 	provider = generic | ||||
		Reference in New Issue
	
	Block a user
	 Sparky
					Sparky