Answers for "linux git set username and password"

8

set username git

git config --global user.name "My Name"
Posted by: Guest on March-21-2020
3

add credentials git linux

# This cache timeout is in seconds
$ git config --global credential.helper 'cache --timeout=3600'
Posted by: Guest on April-22-2020

Code answers related to "linux git set username and password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language