Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用せずにTFSにチェックインされる変更をプレビューできますgit tfs checkintoolか?
git tfs checkintool
GitGuiのようなより優れたUIを好み、誤って[OK]をクリックするリスクを冒さないようにします。
私は通常、git を使用し、純粋な git ツールのみを使用して機能ブランチを作成します (GitExtensions、VS 用 Git ソース管理プロバイダー、TortoiseGit、SmartGit など、好きなものを使用できます)。ブランチを TFS にプッシュする準備ができたら、ブランチが最新の TFS コミットと実行に基づいていることを確認しますgit tfs rcheckin。
git tfs rcheckin
基本的に、あらゆる種類の git-tfs チェックイン後の TFS の内容は、ローカルの git コミットと同じです。