【发布时间】:2014-06-03 22:36:14
【问题描述】:
我已经尝试过解决这个问题,但到目前为止还没有成功。我正在使用git-tfs 签入我对 TFS 的更改(本地使用 GIT 存储库)
我阅读了这个问题,它简要描述了您可以使用元数据 (TF26198 error when doing git tfs rcheckin) 在提交消息中关联工作项。我尝试使用的命令:
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
关于我做错了什么有什么想法吗?
谢谢, 尤利亚
【问题讨论】:
标签: tfs changeset workitem git-tfs associate