私は、TFS の変更セットに関するこのすべてのこと、および変更セットを構築して除外する方法などをすべて読んでいます。これとあれ... たくさんのファイルを 1 つの変更セットにチェックインします。
しかし、どのように物理的にそれを行うのですか?「Shelve changes」は理解できますが、「New Feature A」と呼ばれる「Changeset」を実際に作成し、関連するすべてのファイルをチェックインする方法がわかりません。
TFS は、チェックインを行うたびに変更セットを作成します。一緒にチェックインされたすべてのファイルが変更セットに含まれます。
ワークアイテムのリンクタブに移動すると、変更セットを検索して課題に関連付けることができますが、チェックイン時に関連付けを行うと、はるかに優れたものになります。リンクが正しく発生するように強制する関連付けなしでチェックインを許可しないルールがあります。
変更されたアイテムをチェックインすると、一連の変更が「変更セット」と呼ばれる単一のエンティティに集約されます
a "Changeset" called "New Feature A"
Changesets don't have names, they have numbers (which are automatically assigned by the server). As Andrey points out, the act of checking in creates a changeset containing all the checked-in items.
For naming pieces of work, you want Work Items, which you create yourself and can be given names and whatever other details you want. When checking in a changeset, you can choose to Link it with one or more Work Items - that way, from the Work Item you can view all Linked changesets. You can even link (and unlink) changesets to (and from) Work Items after check-in.