Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git config username and password global

git config --global user.name "fname lname"
git config --global user.email "example@gmail.com"
git config --global user.password "secret"
Comment

git bash set global username and password

$ git config --list --show-origin
Comment

git config username and password

git config --global user.name "imrancs058" 
git config --global user.email "imrancs058@yahoo.com"
Comment

git config username and password

git config --global user.name "mrizwanashiq"
git config --global user.email "mrizwanashiq@outlook"
Comment

PREVIOUS NEXT
Code Example
Shell :: moodle purge from terminal 
Shell :: Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE) 
Shell :: how to kill a process on a port? 
Shell :: install ext-dom linux 
Shell :: check chrome version ubuntu via terminal 
Shell :: remove all the containers docker 
Shell :: install ext-intl php7.4 ubuntu 
Shell :: Reset git local branch to remote branch 
Shell :: rust change to nightly 
Shell :: install telnet alpine 
Shell :: vue-cli-service not found ubuntu 
Shell :: the repository does not have a release file 
Shell :: anaconda opencv install 
Shell :: installing ncurses library 
Shell :: find the parent branch of a git branch 
Shell :: pip install beautiful soup 
Shell :: how to get list port linux cmd 
Shell :: remove git repository windows 
Shell :: laravel 8 install composer 
Shell :: check ubuntu version 
Shell :: restart touch bar mac 
Shell :: magento 2 version file permissions 
Shell :: how to install react router dom with typescript 
Shell :: linux set python 3 as default 
Shell :: remote origin already exist error 
Shell :: run msi on linux 
Shell :: install folium using anaconda 
Shell :: powershell get input from user 
Shell :: tail docker container logs 
Shell :: install qwebengineview pyqt5 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =