trocar user name e emailgit

C++
git config --global user.name "Bob" 

git config --global user.email "[email protected]" 
Source

Also in C++: