Changes

Jump to navigation Jump to search
258 bytes added ,  19:01, 18 July 2015
no edit summary
Line 29: Line 29:  
  git push <repository_name>
 
  git push <repository_name>
 
  git pull <repository_name>
 
  git pull <repository_name>
 +
 +
== Add .gitignore ==
 +
Add the file to the git folder
 +
To stop following and delete the files that were allready being tracked:
 +
git rm -r --cached .
 +
git add .
 +
git commit -m ".gitignore now working"
 +
 +
# To undo git rm --cached filename use: git add filename
 +
 
== Cheat Sheet ==
 
== Cheat Sheet ==
 
http://wiki.herrerosolis.com/images/4/46/Git-cheat-sheet.pdf
 
http://wiki.herrerosolis.com/images/4/46/Git-cheat-sheet.pdf

Navigation menu