Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to change account in git bash

git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global user.password "your password"
 
PREVIOUS NEXT
Tagged: #change #account #git #bash
ADD COMMENT
Topic
Name
7+5 =