Git 简明教程

Discuss Git

Git 是一个分布式的版本控制和源代码管理系统,侧重于速度。Git 最初由 Linus Torvalds 为 Linux 内核开发设计和开发。Git 是一个免费软件,根据 GNU 通用公共许可证版本 2 的条款分发。本教程解释了如何在分布式环境中对项目版本控制使用 Git,同时开发基于 Web 和非基于 Web 的应用程序。

Git is a distributed revision control and source code management system with an emphasis on speed. Git was initially designed and developed by Linus Torvalds for Linux kernel development. Git is a free software distributed under the terms of the GNU General Public License version 2. This tutorial explains how to use Git for project version control in a distributed environment while working on web-based and non web-based applications development.