.gitconfig
1 [user] 2 email = pyurkovi@redhat.com 3 name = PeterYurkovich 4 [push] 5 autoSetupRemote = true 6 [credential "https://github.com"] 7 helper = 8 helper = !/usr/bin/gh auth git-credential 9 [credential "https://gist.github.com"] 10 helper = 11 helper = !/usr/bin/gh auth git-credential