git config --global user.name "Server"
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$ git config --global user.name "John Doe"
$ git config --global user.email [email protected] .gitconfig
Also in C++:
- install libreoffice ubuntu 18.04
- Cinelerra install terminal
- Module not found: Can't resolve '@material-ui/core/Button'
- linux move all files up a directory
- material ui alert module
- gitlab clone branch
- laravel add to path ubuntu
- linux commands list
- bagisto
- java check jre version
- run laravel git project
- wifi adapter not found ubuntu 20.04
- how to kill a process with linux
- install rosserial_python
- vmware not working after ubuntu upgrade
- remove old remote branches git
- yarn install
- find large files in ubuntu
- how to install vagrant on linux
- statsmodels.formula.api.logit
- install material icons
- git autocorrect
- git checkout branch and update submodules
- install php ubuntu 20.04