Git 简明教程

Git Tutorial

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.

Audience

此教程将帮助初学者学习 Git 版本控制系统的基本功能。完成本教程后,你会发现自己已经达到使用 Git 版本控制系统的中等专业水平,从那里你可以提升自己到更高级别。

This tutorial will help beginners learn the basic functionality of Git version control system. After completing this tutorial, you will find yourself at a moderate level of expertise in using Git version control system from where you can take yourself to the next levels.

Prerequisites

我们假设你将使用 Git 处理所有级别的 Java 和非 Java 项目。因此,如果你对软件开发生命周期和开发基于 Web 和非基于 Web 的应用程序的工作知识有一定了解,那就很好。

We assume that you are going to use Git to handle all levels of Java and Non-Java projects. So it will be good if you have some amount of exposure to software development life cycle and working knowledge of developing web-based and non web-based applications.