git user.name user.email
git config --global user.name "Your Name"
git config --global user.email "[email protected]"To set your global username/email configuration:
Open the command line.
Set your username:
git config --global user.name "FIRST_NAME LAST_NAME"
Set your email address:
git config --global user.email "[email protected]"
To set repository-specific username/email configuration:
From the command line, change into the repository directory.
Set your username:
git config user.name "FIRST_NAME LAST_NAME"
Set your email address:
git config user.email "[email protected]"
Verify your configuration by displaying your configuration file:
cat .git/config
Also in C++:
- date command window
- 'develop' does not appear to be a git repository push f
- install iptables ubuntu
- Uninstall WPS Office from Ubuntu
- activer core dumped linux
- ssh custom port fla
- how to delete dangling docker images
- bootstrap angular
- install cockroachdb linux
- como configurar git e github
- ver arquivos alterados git
- zsh compinit: insecure directories, run compaudit for list.
- how to upgrade node.js
- twisted.internet.error.ReactorAlreadyInstalledError: reactor already installed [5804] Failed to execute script main
- ubuntu delete directory and all files
- fat
- linux how to check version of package
- unable to get local issuer certificate git
- xdebug ubuntu
- wkhtmltopdf blocked access to file
- how to install composer centos 8
- pm2 remove id
- docker mssql
- sed remove empty lines