私はこれを理解しようとしましたが、これまでのところ成功していません。git-tfsを使用して TFS への変更をチェックインしています (ローカルで GIT リポジトリを使用)
メタデータを使用してコミット メッセージでワークアイテムを関連付けることができることを簡単に説明しているこの質問を読みました ( git tfs rcheckin を実行すると TF26198 エラーが発生します)。私が使ってみたコマンド:
1)
git tfs checkin -m "Changes to workitem #12345" => doesn't associate changeset to TFS workitem
2)
git tfs rcheckin -w12345 -m "Changes to workitem 12345" => triggers error "error: This syntax with one parameter is only allowed in bare repository."
3)
git tfs checkin -w12345 -m "Changes to workitem 12345" => triggers error No TFS parents found
4)
git tfs checkin -m "Changes to workitem #12345" => doesn't associate work item
私が間違っていることについてのアイデアはありますか?
ありがとう、ユリア