this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

git: use gh client for github auth

+5 -1
+5 -1
git/gitconfig
··· 8 8 [interactive] 9 9 diffFilter = delta --color-only 10 10 [delta] 11 - light = true 11 + #light = true 12 12 [diff] 13 13 colorMoved = default 14 14 [difftool] ··· 42 42 autosetuprebase = always 43 43 [includeIf "gitdir:/Users/sethetter/code/zapier/**"] 44 44 path = ~/code/zapier/gitconfig 45 + [credential "https://github.com"] 46 + helper = !/opt/homebrew/bin/gh auth git-credential 47 + [credential "https://gist.github.com"] 48 + helper = !/opt/homebrew/bin/gh auth git-credential