Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to save github login details

Save the username and password globally:

git config --global user.name "fname lname"
git config --global user.email "example@gmail.com"
git config --global user.password "secret"
Get a specific setting,

git config --global --get user.name
git config --global --get user.email
git config --global --get user.password
Getting all Git settings:

git config --list --show-origin
Comment

PREVIOUS NEXT
Code Example
Shell :: how to setup git password 
Shell :: install ghostscript 
Shell :: command for removing installed applications in linux 
Shell :: bash for file in folder 
Shell :: install termius in ubuntu 
Shell :: resize image on github comment 
Shell :: conda create environment without packages 
Shell :: login github command line 
Shell :: how to install lol 
Shell :: how to install netbeans on ubuntu 20.04 
Shell :: hello world shell script 
Shell :: install babel core 
Shell :: taskkill in cmd 
Shell :: windows install chocolatey 
Shell :: how to kill port in ubuntu 
Shell :: delete git config all remote url 
Shell :: composer tree 
Shell :: node-gyp 
Shell :: install vscode ubuntu command line 
Shell :: ubuntu download yasm 
Shell :: git update local repo from master 
Shell :: uninstall r from mac 
Shell :: error mounting dev sdb1 at media on ubuntu 
Shell :: open wsl as root 
Shell :: start ubuntu hotspot from terminal 
Shell :: Kernel driver not installed (rc=-1908) Make sure the kernel module has been loaded successfully. where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. 
Shell :: s3fs python 
Shell :: windows services list 
Shell :: fedora spotify 
Shell :: bash parameters after first 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =