# Git
git --fast-version-control (opens new window)
Git 官网对 Git 的描述:
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.
Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
Git 是一款免费的、开源的分布式版本管理系统,旨在快速且高效地管理小型项目,乃至大型项目。
Git 非常易于学习,它占用空间小、性能高。相比于其他的源代码管理(source code management )工具,它有额外的一些特性:轻量的本地分支、高效的暂存区、多工作流等特性。
# Git cheat sheet
Atlassion 编写的 cheat sheet (备忘录?),可以快速查阅常用的命令。
Atlassion 开发了 JIRA、Confluence 等多款团队协作的软件。
👉 Read "Atlassian Git Tutorial"
👉 Git cheat sheet | Atlassian Git Tutorial (opens new window)