Git 常用命令

2017年2月7日 · 1485 字 · 3 分钟

Git (/ɡɪt/) is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for software development, but it can be used to keep track of changes in any files. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows.

1年1月1日 · 0 字 · 0 分钟