Skip to content

Commit aefea78

Browse files
committed
Add missing ","
1 parent 80648dd commit aefea78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/client-tfs.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ $ git log --oneline --graph --decorate --all
256256
----
257257

258258
那有一个新标签 `TFS_C35348`,表明 TFVC 已经存储了一个相当于 `5a0e25e` 提交的快照。
259-
要重点注意的是不是每一个 Git 提交都需要在 TFVC 中存在一个相同的副本;例如 `6eb3eb5` 提交,在服务器上并不存在。
259+
要重点注意的是,不是每一个 Git 提交都需要在 TFVC 中存在一个相同的副本;例如 `6eb3eb5` 提交,在服务器上并不存在。
260260

261261
这就是主要的工作流程。
262262
这里有一些你需要考虑的其他注意事项:

0 commit comments

Comments
 (0)