Skip to content

Commit 180d25e

Browse files
Geno1024OlingCat
authored andcommitted
[small fix] change some use of words
1 parent ae42989 commit 180d25e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch02-git-basics.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[r_git_basics_chapter]]
33
== Git 基础
44

5-
假如你只能阅读一章来学习 Git,本章就是你的不二选择
5+
假如你只能通过阅读一章来学习 Git,本章将是你的不二选择
66
本章内容涵盖你在使用 Git 完成各种工作中将要使用的各种基本命令。
77
在学习完本章之后,你应该能够配置并初始化一个仓库(repository)、开始或停止跟踪(track)文件、暂存(stage)或提交(commit)更改。
88
本章也将向你演示如何配置 Git 来忽略指定的文件和文件模式、如何迅速而简单地撤销错误操作、如何浏览你的项目的历史版本以及不同提交(commits)间的差异、如何向你的远程仓库推送(push)以及如何从你的远程仓库拉取(pull)文件。
@@ -24,5 +24,5 @@ include::book/02-git-basics/sections/aliases.asc[]
2424

2525
=== 总结
2626

27-
现在,你可以完成所有基本的 Git 本地操作-创建或者克隆一个仓库、做更改、暂存并提交这些更改、浏览你的仓库从创建到现在的所有更改的历史。
27+
现在,你应该能完成所有基本的 Git 本地操作-创建或者克隆一个仓库、做更改、暂存并提交这些更改、浏览你的仓库从创建到现在的所有更改的历史。
2828
下一步,本书将介绍 Git 的杀手级特性:分支模型。

0 commit comments

Comments
 (0)