SourceControl‎ > ‎Git‎ > ‎

misc

## config
git config --global http.sslVerify false


Etc
password caching
$git config --global credential.helper 'cache --timeout=3600'

Notes
remote reference
branches: /refs/heads/<branch>
tags: /refs/tags/<tag>
Comments