-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
37 lines (37 loc) · 921 Bytes
/
.gitconfig
File metadata and controls
37 lines (37 loc) · 921 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
37
[user]
email = hansbaker90@gmail.com
name = BakerNet
signingkey = D5D09FC13A57A315
[includeIf "hasconfig:remote.*.url:git@github.com:multimediallc/**"]
path = ~/.gitconfig-mmllc
[includeIf "hasconfig:remote.*.url:https://github.com/multimediallc/**"]
path = ~/.gitconfig-mmllc
[credential "https://github.com"]
helper = !/usr/bin/env gh auth git-credential
[credential "https://gist.github.com"]
helper = !/usr/bin/env gh auth git-credential
[url "git@github.com:multimediallc/"]
insteadOf = "gmm:"
[url "https://github.com/multimediallc/"]
insteadOf = "mm:"
[url "git@github.com:BakerNet/"]
insteadOf = "gbn:"
[url "https://github.com/BakerNet/"]
insteadOf = "bn:"
[core]
editor = nvim
excludesFile = ~/.gitignore
[pull]
rebase = true
[rebase]
autoStash = true
[push]
autoSetupRemote = true
[rerere]
enabled = true
[init]
defaultBranch = main
[commit]
gpgsign = true
[tag]
gpgSign = true