this repo has no description

gitconfig refresh

+24 -5
+24 -5
.gitconfig
··· 8 8 email = jhuet@biscui.tech 9 9 name = Jean-Cédric Huet 10 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 11 13 [pull] 12 14 rebase = true 13 15 [alias] 14 16 tree = log --oneline --graph --decorate --all 15 17 logline = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit 16 - wip = "git reset HEAD~1; git add .;git commit -m wip;" 17 - git-summary = C:\\Users\\HUETJ/git-summary 18 + wip = "git reset HEAD~1; git add .;git commit -m \"wip\";" 19 + git-summary = C:\\Users\\jhuet/git-summary 18 20 [gui] 19 21 warndetachedcommit = true 20 22 pruneduringfetch = true 21 23 [push] 24 + default = simple 22 25 autoSetupRemote = true 26 + followTags = true 27 + [fetch] 28 + prune = true 29 + pruneTags = true 30 + all = true 23 31 [maintenance] 24 32 repo = C:/cbcsrc/vcinq 25 33 repo = C:/cbcsrc/DotCa ··· 28 36 tool = meld 29 37 [rebase] 30 38 autostash = true 39 + autoSquash = true 40 + updateRefs = true 31 41 [init] 32 42 defaultBranch = main 33 43 [rerere] 34 44 enabled = true 45 + autoupdate = true 35 46 [diff] 36 47 algorithm = histogram 37 - colorMoved = default 48 + colorMoved = plain 49 + mnemonicPrefix = true 50 + renames = true 38 51 [branch] 39 52 sort = -committerdate 53 + [tag] 54 + sort = version:refname 40 55 [credential "https://github.com"] 41 56 helper = 42 - helper = !/usr/bin/gh auth git-credential 57 + helper = !'C:\\Program Files\\GitHub CLI\\gh.exe' auth git-credential 43 58 [credential "https://gist.github.com"] 44 59 helper = 45 - helper = !/usr/bin/gh auth git-credential 60 + helper = !'C:\\Program Files\\GitHub CLI\\gh.exe' auth git-credential 61 + [column] 62 + ui = auto 63 + [help] 64 + autocorrect = prompt