Links
Less than 1 minutedetails
Collection of links to various git-related documentation
- https://gist.github.com/schacon/6092633
- git reference
- git protocol capabilities
- git HTTP protocol
- git PACK protocol
- git pack format
- http://alblue.bandlem.com/2011/08/git-tip-of-week-objects.html
- https://git-scm.herokuapp.com/book/en/Git-Internals-Transfer-Protocols
- https://github.com/git/git/blob/master/builtin/receive-pack.c
- http://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/
set GIT_CURL_VERBOSE=1
$env:GIT_CURL_VERBOSE=1
$env:GIT_TRACE=1
git config --global http.proxy %HTTP_PROXY%
git config --global --unset http.proxy
git config --global http.sslVerify false
GIT_TRACE=2 GIT_CURL_VERBOSE=2 GIT_TRACE_PERFORMANCE=2 GIT_TRACE_PACK_ACCESS=2 GIT_TRACE_PACKET=2 GIT_TRACE_PACKFILE=2 GIT_TRACE_SETUP=2 GIT_TRACE_SHALLOW=2