关于 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

个人总结:一丝不苟地帮你管理项目。

一、安装

直接下载对应操作系统的安装包:Git Download

二、GUI 工具

直接下载喜欢的 Git GUI 工具:Git GUI Tools

或使用 IDEA 中内置的 Git GUI 工具。

三、Git-Flow

英文参考:A successful Git branching model

中文参考:git flow的使用