More stuff
This commit is contained in:
parent
bb2a50872c
commit
dccaef33e1
5 changed files with 36 additions and 11 deletions
12
.gitconfig
12
.gitconfig
|
|
@ -3,4 +3,14 @@
|
|||
email = john@d0ty.me
|
||||
|
||||
[include]
|
||||
path = .gitconfig.shared
|
||||
path = .gitconfig.shared
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/opt/local/bin/gh auth git-credential
|
||||
[credential "https://gist.github.com"]
|
||||
helper =
|
||||
helper = !/opt/local/bin/gh auth git-credential
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[github]
|
||||
user = DeCarabas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue