Repos待更改未显示

Repos待更改未显示

本文介绍了TEE Git Repos待更改未显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用TEE作为我的eclipse安装插件。我有一些git repos,我想将commit提交给工作项。在团队资源管理器主面板中,我只有4个主要条目:

I'm using TEE as a plugin of my eclipse installation. I have some git repos and I would like to associate commit to work items. In the Team Explorer main Panel I have just 4 main entries:


  1. Git存储库
  2. 工作项
  3. 构建
  4. 设置

是否可以进行待处理的更改? 

Is it possible to have also the pending changes? 

提前致谢,

Luca

推荐答案

要将提交与工作项相关联,您必须将工作项ID放在提交消息中。例如,如果工作项ID为12345,则将#12345放在提交消息中。您也可以从  git.exe命令行执行此操作。

To associate a commit to a workitem, you would have to put the workitem ID in your commit message. E.g. if the workitem ID is 12345, you would put #12345 in your commit message. You can do this from git.exe command line as well.

谢谢,

Madhuri Gummalla

Madhuri Gummalla

高级软件工程师

Visual Studio团队服务

Visual Studio Team Services


这篇关于TEE Git Repos待更改未显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 23:37