Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Linux command: git
(view source)
Revision as of 17:26, 2 April 2016
187 bytes added
,
17:26, 2 April 2016
→git config
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>
Rafahsolis
Bureaucrats
,
Administrators
2,306
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version