Answers for "set git username and password linux"

13

set email git

git config --global user.email "[email protected]"
Posted by: Guest on March-21-2020
0

git bash set global username and password

$ git config --list --show-origin
Posted by: Guest on March-02-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 "set git username and password linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language