Skip to content

Latest commit

 

History

History

Readme.md

Table of contents:

For total beginner

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.

Installation

Install from official website

Tutorials(Recommend Reading)

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

Cheetsheets

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

Git wiki

contents to add

Git issues

contents to add

Git

contents to add