Skip to content

Commit 9d8a9d0

Browse files
committed
Merge pull request progit#294 from ftwbzhao/patch-1
高亮
2 parents 98bb8dc + 2f9f265 commit 9d8a9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/aliases.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ git config --global alias.ci commit
1717
$ git config --global alias.st status
1818
----
1919

20-
这意味着,当要输入 `git commit`时,只需要输入 `git ci`。
20+
这意味着,当要输入 `git commit` 时,只需要输入 `git ci`。
2121
随着你继续不断地使用 Git,可能也会经常使用其他命令,所以创建别名时不要犹豫。
2222

2323
在创建你认为应该存在的命令时这个技术会很有用。

0 commit comments

Comments
 (0)