Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git save password

// for storing globally
git config --global credential.helper store
git push origin <your branch>

//for folder specific
git config credential.helper store
git push origin <your branch>

// after pushing once with password from next time it wont ask for password
Comment

git set local password

git remote set-url origin https://${access_token}@github.com/${someone}/${somerepo}.git
Comment

git save password for

git config --global credential.helper "cache --timeout=3600"
Comment

PREVIOUS NEXT
Code Example
Shell :: upgrade ubuntu command line 
Shell :: linux read text file command line 
Shell :: bash upgrade cmake (From Source) 
Shell :: linux while true 
Shell :: The terminal process failed to launch: Path to shell executable "cmd.exe" does not exist. vscode 
Shell :: k8s set default namespace 
Shell :: raspberry pi install vscode via command line 
Shell :: pip install algolia 
Shell :: linux gz unzip 
Shell :: convert ppk to pem 
Shell :: Curl default connect-timeout 
Shell :: check file size linux 
Shell :: install firebase on flutter 
Shell :: push local branch upstream 
Shell :: remove git file from folder 
Shell :: how to configure git and github 
Shell :: how to uninstall npm package 
Shell :: golang live reload 
Shell :: aws cli has no installation package in ubuntu server 20.04 how to solve 
Shell :: install android sdk via terminal 
Shell :: grep without 
Shell :: change file permission linux 
Shell :: strapi run command 
Shell :: node modules folder not getting ignore in git 
Shell :: vagrant box remove version 
Shell :: git reset to undo a merge 
Shell :: copy files between servers 
Shell :: install express globally 
Shell :: how to zip and unzip tar 
Shell :: linux command to go to the previous directory 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =