Changes

Jump to navigation Jump to search
169 bytes added ,  15:52, 22 November 2015
no edit summary
Line 51: Line 51:     
# To undo git rm --cached filename use: git add filename
 
# To undo git rm --cached filename use: git add filename
 
+
== git config ==
 +
git config --global push.default [matching | simple]
 +
git config --global user.name "Nombre Apellido"
 +
git config --global user.email "user@domain.com"
 
== 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