github config
I don't like it
This commit is contained in:
parent
688b13c03c
commit
9be334b46c
2 changed files with 7 additions and 7 deletions
12
.gitconfig
12
.gitconfig
|
|
@ -5,12 +5,10 @@
|
||||||
[include]
|
[include]
|
||||||
path = .gitconfig.shared
|
path = .gitconfig.shared
|
||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !/opt/local/bin/gh auth git-credential
|
helper = !/opt/local/bin/gh auth git-credential
|
||||||
[credential "https://gist.github.com"]
|
[credential "https://gist.github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !/opt/local/bin/gh auth git-credential
|
helper = !/opt/local/bin/gh auth git-credential
|
||||||
[init]
|
|
||||||
defaultBranch = main
|
|
||||||
[github]
|
[github]
|
||||||
user = DeCarabas
|
user = DeCarabas
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,5 @@
|
||||||
ci = commit
|
ci = commit
|
||||||
[push]
|
[push]
|
||||||
default = upstream
|
default = upstream
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue