tangled
alpha
login
or
join now
vitorpy.com
/
dotfiles
0
fork
atom
vitorpy's Dotfiles
0
fork
atom
overview
issues
pulls
pipelines
Remove .gitconfig and .gitconfig-tito files
vitorpy
5 months ago
1549e305
7d548532
-37
2 changed files
expand all
collapse all
unified
split
.gitconfig
.gitconfig-tito
-29
.gitconfig
···
1
1
-
[user]
2
2
-
email = 12871+vitorpy@users.noreply.github.com
3
3
-
name = Vitor Py Braga
4
4
-
signingKey = 04983CBC2428686A
5
5
-
[commit]
6
6
-
gpgsign = true
7
7
-
[alias]
8
8
-
logs = log --show-signature
9
9
-
[includeIf "gitdir:~/tito/"]
10
10
-
path = ~/.gitconfig-tito
11
11
-
[init]
12
12
-
defaultBranch = main
13
13
-
[core]
14
14
-
excludesFile = ~/.gitignore
15
15
-
[push]
16
16
-
autoSetupRemote = true
17
17
-
[diff "lockb"]
18
18
-
textconv = bun
19
19
-
[filter "lfs"]
20
20
-
smudge = git-lfs smudge -- %f
21
21
-
process = git-lfs filter-process
22
22
-
required = true
23
23
-
clean = git-lfs clean -- %f
24
24
-
[credential "https://github.com"]
25
25
-
helper =
26
26
-
helper = !/home/linuxbrew/.linuxbrew/bin/gh auth git-credential
27
27
-
[credential "https://gist.github.com"]
28
28
-
helper =
29
29
-
helper = !/home/linuxbrew/.linuxbrew/bin/gh auth git-credential
-8
.gitconfig-tito
···
1
1
-
[user]
2
2
-
name = Jay Tito
3
3
-
email = 83843890+cybertito@users.noreply.github.com
4
4
-
signingkey = F41AFBF8FD65B217
5
5
-
[core]
6
6
-
sshCommand = ssh -i ~/.ssh/tito-id_ed25519 -F /dev/null -o 'IdentitiesOnly yes'
7
7
-
[commit]
8
8
-
gpgsign = true