Answers for "add custom git credentials windows"

1

add github to windows credentials

git config --global credential.helper manager-core
Posted by: Guest on April-16-2021
0

create permanent git credentials windows

$ git config --global credential.helper wincred
Posted by: Guest on September-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language