-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgitconfig
More file actions
36 lines (34 loc) · 730 Bytes
/
gitconfig
File metadata and controls
36 lines (34 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[ghq]
root = ~/.ghq
[user]
email = comamoca.dev@gmail.com
name = Comamoca
signingKey = C6507465D0ED4DBCDCFD627C9EC61A135482C86E
[commit]
gpgsign = true
[gpg]
program = gpg
[init]
defaultBranch = main
[alias]
undo = reset --sort HEAD^
[http]
postBuffer = 524288000
[credential "https://github"]
helper =
helper = !/home/coma/.nix-profile/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/home/coma/.nix-profile/bin/gh auth git-credential
[github]
user = Comamoca
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[credential "https://github.com"]
helper =
helper = !/home/coma/.nix-profile/bin/gh auth git-credential
[push]
autoSetupRemote = true