Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 613 Bytes

git.md

File metadata and controls

19 lines (13 loc) · 613 Bytes

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Task list:

  • Understand the concept of branch, tag
  • Be familiar with the common Git CLI operation

A branch in Git is simply a lightweight movable pointer to commits.

Tool

There are some tools you can choose when you are using git:

Git CLI

GitHub CLI