Change Git Account Terminal

[Solved] Change Git Account Terminal | Shell - Code Explorer | yomemimo.com
Question : change git account terminal

Answered by : ghaith-alzin

git config --list
git config --global user.name "Full Name"
git config --global user.email "[email protected]"

Source : | Last Update : Thu, 29 Apr 21

Answers related to change git account terminal

Code Explorer Popular Question For Shell