this repo has no description
at main 65 lines 2.1 kB view raw
1[core] 2 editor = nvim 3 longpaths = true 4 eol = lf 5 autocrlf = input 6 pager = delta 7[user] 8 email = jhuet@biscui.tech 9 name = Jean-Cédric Huet 10 signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDgWZMUUEmrO8pYgocBHhAcu7WOZnTg9ZOyQt9nE9hJ536FauwGIto+37wrOny4kSrdVCmL+AOsNIoq2xJn66YGz6Elo/FT9pv6UW4Wz2v1gcSA//I6hQFiq+NylbXeayjKDYe3R2mnuM9H9jcKV6AnNRZol/eu3v2laBz0hKcnZ/DImgdrcXlWAcZCQ5mQn2WArr1eDEjb12aSbm+z5c2CbUK4URfmuke5pTY/8zc8ZXCvcbHvI7o9GtpqvlabSj0+KG8xwKsl3/fEb+woYItl9ut6HZ7DenBA/RSvCJOY0F/M1ebjs30HHkH7AFnESQjucf4+6V3PIE3KJu7riN/8UkdJUAa5rJ5ll2VkmmOn8yLM4ELexsS9eEMlAsE+mQbOxou0bsKofQI4QuH4r0upA9b1t7J9Z1Q4jU03R27/L4IEMAIxD1ZsuE/YU4QandoEvTMZJtBWSa80iZvg9Mrz4Q2aCAD7vHALbiBKUkcqMHJpzXQtNW5DXdLJKujEgNF/D48z1/Zwmc1ARGuOVnnD2NiuFqlYOT+4FIhYw0v341q5FZJ2yWdM/SnIMhrfXiHqiC0WxgtcGp/pnD77OTijxuR6JKLXwhkuewDln1oU3ClLrQi6xn9BQuh9Zp5oobzlkNkMPotNeYvYRk/wQHoMJWjg6QrCqESNMQfDlrXL7Q== 11[commit] 12 verbose = true 13[pull] 14 rebase = true 15[alias] 16 tree = log --oneline --graph --decorate --all 17 logline = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit 18 wip = "git reset HEAD~1; git add .;git commit -m \"wip\";" 19 git-summary = C:\\Users\\HUETJ/git-summary 20[gui] 21 warndetachedcommit = true 22 pruneduringfetch = true 23[push] 24 default = simple 25 autoSetupRemote = true 26 followTags = true 27[fetch] 28 prune = true 29 pruneTags = true 30 all = true 31[maintenance] 32 repo = C:/cbcsrc/vcinq 33 repo = C:/cbcsrc/DotCa 34[merge] 35 conflictstyle = zdiff3 36 tool = meld 37[rebase] 38 autostash = true 39 autoSquash = true 40 updateRefs = true 41[init] 42 defaultBranch = main 43[rerere] 44 enabled = true 45 autoupdate = true 46[diff] 47 algorithm = histogram 48 colorMoved = plain 49 mnemonicPrefix = true 50 renames = true 51[branch] 52 sort = -committerdate 53[tag] 54 sort = version:refname 55[credential "https://github.com"] 56 helper = 57 helper = !/usr/bin/gh auth git-credential 58[credential "https://gist.github.com"] 59 helper = 60 helper = !/usr/bin/gh auth git-credential 61[column] 62 ui = auto 63[help] 64 autocorrect = prompt 65 helper = !/usr/bin/gh auth git-credential