- Github common commands cheetsheet
- For total beginner
- Installation
- Tutorials
- Cheetsheets
- Other commands
Git and Github are two different things.
Git is a revision control system, a tool to manage your source code history.
Github is for Sharing code oneline, a service hosting Git repositories.
To learn git, you need to learn version control concepts as well as Git command lines.
Install from official website
You can watch any of this videos, they basically over the same concept.
-
Git turotial 1: It is a short tutorial series produced by corey schafer: Watch English video tutorial for concepts and git commands.
-
Git&Github: medium length tutorial, SUTD staff recommendation.
-
morvan python git: A Chinese medium length tutorial serie : Watch Chinese video tutorial for concepts and git commands.
-
a minimal tutorial on Git: Short tutorial to start on Git
Read Git cheetsheet 1 from Siraj Raval's how to use Git for all basic commands for Git.
Print Git cheetsheet2 for official cheetsheet
Table of contents of Git from official website
Table of contents of Git to learn about Git
contents to add
contents to add
contents to add