File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
book/09-git-and-other-scms/sections Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ $ git log --oneline --graph --decorate --all
264
264
* 没有分支。
265
265
Git-tf 同一时间只能从一个 TFVC 分支创建一个 Git 仓库。
266
266
* 协作时使用 TFVC 或 Git,而不是两者同时使用。
267
- 同一个 TFVC 仓库的不同 git-tf 克隆会有不同的 SHA 校验和,这会导致无尽的头痛问题。
267
+ 同一个 TFVC 仓库的不同 git-tf 克隆会有不同的 SHA-1 校验和,这会导致无尽的头痛问题。
268
268
* 如果你的团队的工作流程包括在 Git 中协作并定期与 TFVC 同步,只能使用其中的一个 Git 仓库连接到 TFVC。
269
269
270
270
@@ -387,7 +387,7 @@ Git-tfs 同样允许你从你的 Git 仓库控制 TFVC 分支。
387
387
PS> git tfs branch $/tfvc-test/featureBee
388
388
The name of the local branch will be : featureBee
389
389
C26 = 1d54865c397608c004a2cadce7296f5edc22a7e5
390
- PS> git lga
390
+ PS> git log --oneline --graph --decorate --all
391
391
* 1d54865 (tfs/featureBee) Creation branch $/myproject/featureBee
392
392
* ff04e7c (HEAD, tfs/default, master) update code
393
393
* 71a5ddc update readme
You can’t perform that action at this time.
0 commit comments