#Team Explorer Everywhere
https://www.microsoft.com/en-us/search/result.aspx?q=team+explorer+everywhere&Preview=1
之前使用Eclipse,链接TFS使用这个工具很不错java
#jetbrains自带的TFS管理
jetbrain内置的TFS链接比较弱,没有Explorer的功能,查看整个项目的签入状况
最坑的问题是若是操做不慎,还连不上。
问题描述:
新安装的centos,若是没有修改主机名,使用idea能够链接TFS
若是安装时修改了主机名,那就链接不上TFS
使用若是本身修改了主机名/etc/hostname文件,也不行
通过抓包和系列的分析,最终确认,是/etc/hostname和/etc/hosts必须配置一致
如hostname是demo,那在hosts中必须有127.0.0.1 设置为demo的配置git
#/etc/hostname和/etc/hosts的区别
http://blog.csdn.net/dba_waterbin/article/details/7986363github
#Visual Studio Team Services Plugin
TFS新的版本【2015和之后版本】使用Team Services了,能够查看这里,这个支持git了
http://java.visualstudio.com/Docs/tools/intro
http://java.visualstudio.com/Docs/tools/intelliJ
TF command line tool 能够从这下载 https://github.com/Microsoft/team-explorer-everywhere/releases,要求TFS是2015及以上版本centos