♻ refactor(git): Move ~/.gitconfig -> ~/.config/
This commit is contained in:
parent
6345642b96
commit
64610bda00
2 changed files with 6 additions and 8 deletions
|
@ -114,5 +114,11 @@
|
||||||
[url "https://aur.archlinux.org/"]
|
[url "https://aur.archlinux.org/"]
|
||||||
insteadOf = aur://
|
insteadOf = aur://
|
||||||
|
|
||||||
|
[credential "https://github.com"]
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
|
||||||
|
[credential "https://gist.github.com"]
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/git/config.local
|
path = ~/.config/git/config.local
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
[credential "https://github.com"]
|
|
||||||
helper =
|
|
||||||
helper = !/usr/bin/gh auth git-credential
|
|
||||||
[credential "https://gist.github.com"]
|
|
||||||
helper =
|
|
||||||
helper = !/usr/bin/gh auth git-credential
|
|
||||||
[core]
|
|
||||||
hooksPath = ~/.config/git/hooks
|
|
Loading…
Reference in a new issue