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

PREVIOUS NEXT
Code Example
Shell :: apk add build-essential 
Shell :: sum column bash 
Shell :: delete file linux terminal 
Shell :: linux cp from one directory to another 
Shell :: bash check if string starts with substring 
Shell :: ssh-copy-id example 
Shell :: brew install xcode 
Shell :: raspberry wifi scan 
Shell :: how to run mongodb shell 
Shell :: added changes to a specific commit 
Shell :: Steps to deploy your flutter project with surge 
Shell :: tail command in linux 
Shell :: remove docker machine 
Shell :: npm i vs npm ci 
Shell :: jitsi run pod ios app !] Invalid `Podfile` file: cannot load such fil 
Shell :: ubuntu libreoffice calc start 
Shell :: no matching manifest for linux/arm64/v8 in the manifest list entries 
Shell :: "GH001: Large files detected. You may want to try Git Large File Storage" error fix 
Shell :: linux wifi connected but no internet 
Shell :: gulp imagemin 
Shell :: change username and home directory linux 
Shell :: how to remove windows 10 built in apps powershell 
Shell :: vlc ubuntu 
Shell :: list only directories in bash 
Shell :: remote origin remove 
Shell :: video to gif 
Shell :: run php in browser localhost 
Shell :: Could not resolve HEAD to a revision 
Shell :: octoprint log location 
Shell :: stop tracking git pattern 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =