git linux credential cache code example
Example 1: 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'
Example 2: cache github credentials widows
$ git config --global credential.helper wincred