vitorpy's Dotfiles

Remove .gitconfig and .gitconfig-tito files

vitorpy 1549e305 7d548532

-37
-29
.gitconfig
··· 1 - [user] 2 - email = 12871+vitorpy@users.noreply.github.com 3 - name = Vitor Py Braga 4 - signingKey = 04983CBC2428686A 5 - [commit] 6 - gpgsign = true 7 - [alias] 8 - logs = log --show-signature 9 - [includeIf "gitdir:~/tito/"] 10 - path = ~/.gitconfig-tito 11 - [init] 12 - defaultBranch = main 13 - [core] 14 - excludesFile = ~/.gitignore 15 - [push] 16 - autoSetupRemote = true 17 - [diff "lockb"] 18 - textconv = bun 19 - [filter "lfs"] 20 - smudge = git-lfs smudge -- %f 21 - process = git-lfs filter-process 22 - required = true 23 - clean = git-lfs clean -- %f 24 - [credential "https://github.com"] 25 - helper = 26 - helper = !/home/linuxbrew/.linuxbrew/bin/gh auth git-credential 27 - [credential "https://gist.github.com"] 28 - helper = 29 - helper = !/home/linuxbrew/.linuxbrew/bin/gh auth git-credential
-8
.gitconfig-tito
··· 1 - [user] 2 - name = Jay Tito 3 - email = 83843890+cybertito@users.noreply.github.com 4 - signingkey = F41AFBF8FD65B217 5 - [core] 6 - sshCommand = ssh -i ~/.ssh/tito-id_ed25519 -F /dev/null -o 'IdentitiesOnly yes' 7 - [commit] 8 - gpgsign = true