Add neovim credential helper
This commit is contained in:
parent
f512197d8a
commit
f3502f27a8
|
@ -77,3 +77,7 @@
|
||||||
path = $ENV_PATH/gitconfig
|
path = $ENV_PATH/gitconfig
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
||||||
|
# This next lines include Netlify's Git Credential Helper configuration in your Git configuration.
|
||||||
|
[include]
|
||||||
|
path = /home/daniel/.home/.netlify/helper/git-config
|
||||||
|
|
Reference in a new issue