Skip to content

Commit 6783813

Browse files
committed
Sync 09-git-and-other-scms client-tfs
1 parent 5144786 commit 6783813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ $ git log --oneline --graph --decorate --all
264264
* 没有分支。
265265
Git-tf 同一时间只能从一个 TFVC 分支创建一个 Git 仓库。
266266
* 协作时使用 TFVC 或 Git,而不是两者同时使用。
267-
同一个 TFVC 仓库的不同 git-tf 克隆会有不同的 SHA 校验和,这会导致无尽的头痛问题。
267+
同一个 TFVC 仓库的不同 git-tf 克隆会有不同的 SHA-1 校验和,这会导致无尽的头痛问题。
268268
* 如果你的团队的工作流程包括在 Git 中协作并定期与 TFVC 同步,只能使用其中的一个 Git 仓库连接到 TFVC。
269269

270270

@@ -387,7 +387,7 @@ Git-tfs 同样允许你从你的 Git 仓库控制 TFVC 分支。
387387
PS> git tfs branch $/tfvc-test/featureBee
388388
The name of the local branch will be : featureBee
389389
C26 = 1d54865c397608c004a2cadce7296f5edc22a7e5
390-
PS> git lga
390+
PS> git log --oneline --graph --decorate --all
391391
* 1d54865 (tfs/featureBee) Creation branch $/myproject/featureBee
392392
* ff04e7c (HEAD, tfs/default, master) update code
393393
* 71a5ddc update readme

0 commit comments

Comments
 (0)