chore: authenticate with github
This commit is contained in:
10
.gitconfig
10
.gitconfig
@@ -3,10 +3,6 @@
|
|||||||
[credential]
|
[credential]
|
||||||
credentialStore = gpg
|
credentialStore = gpg
|
||||||
guiPrompt = false
|
guiPrompt = false
|
||||||
helper =
|
|
||||||
helper = /usr/bin/git-credential-manager
|
|
||||||
[credential "https://dev.azure.com"]
|
|
||||||
useHttpPath = true
|
|
||||||
[color]
|
[color]
|
||||||
status = always
|
status = always
|
||||||
branch = always
|
branch = always
|
||||||
@@ -35,6 +31,12 @@
|
|||||||
insteadOf = my:
|
insteadOf = my:
|
||||||
[url "https://github.com/zync-chat/"]
|
[url "https://github.com/zync-chat/"]
|
||||||
insteadOf = zync:
|
insteadOf = zync:
|
||||||
|
[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
|
||||||
[alias]
|
[alias]
|
||||||
ref = show -s --pretty=reference
|
ref = show -s --pretty=reference
|
||||||
lg = !max_length_dr=$(git log --format='%ar ' | wc -L) \
|
lg = !max_length_dr=$(git log --format='%ar ' | wc -L) \
|
||||||
|
|||||||
Reference in New Issue
Block a user