Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git username

$ git config --global user.name
> "John Smith"

$ git config --global user.email 
> "johnsmith@example.com"

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
Comment

git username

The command git config --list will list the settings. There you should also find user.name and user.email.
Comment

PREVIOUS NEXT
Code Example
Shell :: upgrade plotly version 
Shell :: how to stop docker in ubuntu 
Shell :: jq on mac 
Shell :: check redis version 
Shell :: find text terminal filees 
Shell :: zoom download ubuntu 
Shell :: how to check battery health of laptop in cmd 
Shell :: find folder linux 
Shell :: How to add username and password in github 
Shell :: docker check linux os 
Shell :: install ufw centos 
Shell :: cannot be loaded because running scripts is disabled on this system. 
Shell :: install jsdoc 
Shell :: docker-compose force rebuild 
Shell :: install nmap ubuntu 
Shell :: ubuntu composer uninstall 
Shell :: adb reverse tcp 8081 
Shell :: npm to fix lint issues 
Shell :: remove git from project 
Shell :: install firebase angular 8 
Shell :: change git default editor to vscode 
Shell :: auto event in ubuntu 
Shell :: linux ram size 
Shell :: ubuntu install php 8 
Shell :: pycharm ubuntu install 
Shell :: disable cloud-init ubuntu 
Shell :: linux speed test 
Shell :: install latest node on centos 
Shell :: ubuntu unzip file 
Shell :: how to untar tar.gz 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =