change git username and email
git config --global user.name "Your Name"
git config --global user.email "[email protected]"$ git config --global user.name "John Doe"
$ git config --global user.email [email protected] config user.name
git config user.emailgit config --global user.email "[email protected]"$ git config --global user.name
> "John Smith"
$ git config --global user.email
> "[email protected]"
if you have configured multiple git users in your machine
$ git config --global user.name ### It will give name of git user who is globaly scoped
$ git config user.name ### It will give name of git user who has scope with respect to current repository
$ git config --global user.email "[email protected]"
Also in C++:
- upgrade docker compose windows
- zoom download ubuntu
- uninstall vscode completely windows 10
- go mod donwload from github
- linux enable scroll lock
- git stash show files changed
- react interview github
- debian install node js
- jupyter install user environment
- show dialog box shell script
- abort merge git
- install linux
- unix time command
- bootstrap color
- git push to different remote branch
- how to install ruby on ubuntu
- linux swap flush
- centos selinux set permissive
- rasp pi cmd temperature
- gnu octave ubuntu 20.04
- find file in linux with regex
- git commit disable hooks
- ubuntu server change timezone
- display all files in a directory linux