Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:git [2015/07/04 21:40] yehudakb:git [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== GIT ====== ====== GIT ======
-| [[HowTo:Install Git on windows]]  | [[HowTo:Use GIT]] | [[HowTo:Fix HEAD detached in 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/ 
 + 
 +<code bash> 
 +# 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/ 
 +</code>
kb/git.1436046054.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0