Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: pyinstaller not found 
Shell :: reset to factory settings fortigate 
Shell :: Error: .ini file does not include supervisorctl section 
Shell :: conda install tesseract 
Shell :: update linux command 
Shell :: npm clear cache 
Shell :: ubuntu upgrade 
Shell :: access docker ubuntu terminal 
Shell :: install code . path in mac 
Shell :: linux create user 
Shell :: flutter doctor - CocoaPods installed but not working 
Shell :: brave install ubuntu 
Shell :: connect to specific wifi decive linux 
Shell :: ansible sudo pass 
Shell :: ubuntu remove environment variable 
Shell :: bash size of array 
Shell :: git set token 
Shell :: ubuntu server login logs 
Shell :: linux print screen 
Shell :: powershell elevate to admin within a function 
Shell :: javascript bootstrap in reactJs 
Shell :: color table in github readme 
Shell :: linux command disk speed test 
Shell :: ubuntu cmd firewall give access to port 
Shell :: delete aws configure in mac cli 
Shell :: bash wait for input to continue 
Shell :: how to install limma in r 
Shell :: install tailwindcss nodejs 
Shell :: install chrome webdriver node 
Shell :: exit vim 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =