git add identity
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 "Mona Lisa"ssh-add -K ~/.ssh/key
Also in C++:
- kill port linux
- unzip tar.xz linux
- sudo apt-get install podman
- bash split string into variables
- vestacp wordpress permissions
- git remove current pull
- will bash script use alias
- ubuntu unzip 7z 001
- get jq command
- github pdftron
- how to restart the network in ubuntu
- shell show number of files in each folder
- Package 'php-imagick' has no installation candidate
- ERROR: database "backend" is being accessed by other users DETAIL: There are 3 other sessions using the database.
- godot mask over mask
- extract from tar gz into folder
- .vimrc comment
- opposite of diff unix
- how to install protractor
- git find unmerged files
- Failed to start firewalld - dynamic firewall daemon.
- add and install gem rails
- An unhandled exception occurred: Cannot find module '@angular-devkit/build-angular/package.json'
- init step way to create repository git