Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Linux command: git
(view source)
Revision as of 19:01, 18 July 2015
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
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