Answers for "git bash set username password"

0

git bash set global username and password

$ git config --list --show-origin
Posted by: Guest on March-02-2020
-1

how to change git password in git bash

git config --global user.name "Bob"
git config --global user.email "[email protected]"
Posted by: Guest on June-02-2021

Code answers related to "git bash set username password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language