Changes

Jump to navigation Jump to search
187 bytes added ,  17:26, 2 April 2016
Line 77: Line 77:  
  git config --global user.name "Nombre Apellido"
 
  git config --global user.name "Nombre Apellido"
 
  git config --global user.email "user@domain.com"
 
  git config --global user.email "user@domain.com"
 +
=== Self Signed Certificates ===
 +
To allow cloning and pushing to a git repository over https whit a self signed certificate you must configure:
 +
git config --global http.sslVerify false
 +
 
== assume-unchanged ==
 
== assume-unchanged ==
 
This will make git to stop tracking changes on <file>
 
This will make git to stop tracking changes on <file>

Navigation menu