General Reference
📄️ Getting Started with Git
Git is a distributed version control and source code management tool. Git can save multiple snapshots of your project to manage the version of the entire project.
📄️ Markdown Syntax
Markdown is a lightweight markup language used to format documents, widely favored by developers and extensively used in open-source projects for writing README files, issue comments, Pull Request descriptions, etc. This document will introduce you to some commonly used syntax and techniques of Markdown.