====== GIT ====== | [[HowTo:Install Git on windows]] | [[HowTo:Use GIT]] | [[HowTo:Fix HEAD detached in git]] | [[HowTo:Add submodule in git]] | Good git repository manager: http://gitblit.com/ # disable ssl verification to specific site git config http."https://code.example.com/".sslVerify false # disable ssl verification when clone git -c http.sslVerify=false clone https://user@code.example.com/