-
clone a repository with:
git clone http://www.thelinkyouwanttoclone.com.git
-
update a repository with:
git pull
-
commmit to a repository with:
git commit -am "insert here your comment"
-
after you've added one or multiple files to a folder you must type
git add .
to show git the fact that you want to add them remotely -
after a commit or an add you need to push your files into the repository via this command:
git push
-
Create a folder in local and then connect it to your account on git
READMEs are in .md (markdown)
- Learn how to use md as fast as possibile
- Useful markdown syntax tips
- Apply colors to markdown files
- HTML colors
- Math Formulas in MarkDown
- Mark Text: cool multiplatform Markdown editor
- Writing Mathematic Fomulars in Markdown
- MarkDown file extensions
- Example markdown file
- Writing Notes in Markdown: A Primer
- Markdown made EASY
- to underline text in MarkDown use the HTML keystrokes: underlined text written as
<u>underlined text</u>
- The Markdown Guide
- What is a .gitgnore file?
- Remove all .DS_Store files from macOs uploads
- Create .gitignore file online
Git is included in your terminal!
Yes, macOs has already Git installed
Unfortunately Bill decided not to include Git on your machine, but you can remediate by downloading a terminal that will give you UNIX and commands powers: Git for Windows