Skip to content

Commit 2a541c3

Browse files
committed
Remove unnecessary whitespace from client-tfs.asc
1 parent 7cdfef9 commit 2a541c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ There are a couple of other considerations you'll want to keep in mind:
267267
Different git-tf clones of the same TFVC repository may have different commit SHA-1 hashes, which will cause no end of headaches.
268268
* If your team's workflow includes collaborating in Git and syncing periodically with TFVC, only connect to TFVC with one of the Git repositories.
269269

270-
271270
===== Workflow: `git-tfs`
272271

273272
Let's walk through the same scenario using git-tfs.
@@ -403,7 +402,6 @@ Creating a branch in TFVC means adding a changeset where that branch now exists,
403402
Note also that git-tfs *created* the `tfs/featureBee` remote branch, but `HEAD` is still pointing to `master`.
404403
If you want to work on the newly-minted branch, you'll want to base your new commits on the `1d54865` commit, perhaps by creating a topic branch from that commit.
405404

406-
407405
===== Git and TFS Summary
408406

409407
Git-tf and Git-tfs are both great tools for interfacing with a TFVC server.

0 commit comments

Comments
 (0)