Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git credential cache

# Set credential cache to avoid typing password every time
# (Timeout time is in seconds i.e. 14 hours)
# For Ubuntu

git config credential.helper 'cache --timeout=50400'
Comment

store credential cache git

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

git cache credentials

# Cache for 1 hour
git config --global credential.helper "cache --timeout=3600"

# Cache for 1 day
git config --global credential.helper "cache --timeout=86400"

# Cache for 1 week
git config --global credential.helper "cache --timeout=604800"
Comment

PREVIOUS NEXT
Code Example
Shell :: how to remove an apt repository 
Shell :: apt list installed 
Shell :: how to clone from heroku 
Shell :: mac install gpg 
Shell :: linux which shell am i running 
Shell :: chromium for mac 
Shell :: install datetime 
Shell :: git fetch tags force 
Shell :: debian install dig 
Shell :: gzip folder with tar 
Shell :: NotImplementedError: OpenSSH keys only supported if ED25519 is available net-ssh requires the following gems for ed25519 suppor 
Shell :: change remote origin 
Shell :: restart network service kali 
Shell :: how to kill tasks using grep 
Shell :: install wine ubuntu 
Shell :: how to install flatpak ubuntu 
Shell :: how to install pytube 
Shell :: bootstrap install for next.js 
Shell :: update snap store ubuntu 22.04 
Shell :: add kernel to jupyter 
Shell :: how to install cordova 
Shell :: how to install vlc in fedora 
Shell :: kubernetes get cluster info 
Shell :: what is Grepper Contributor Coin (GREPCC) 
Shell :: pandas pip install 
Shell :: restart pulseaudio ubuntu 
Shell :: rick roll terminal command 
Shell :: git updates were rejected because the tip of your current branch is behind 
Shell :: expo start production mode 
Shell :: how to install node on mac 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =