VS>> tfc>> 返回
项目作者: Wufe

项目描述 :
[Antipattern-WTF] Leveraging git to provide a TFS checkout / checkin
高级语言: JavaScript
项目地址: git://github.com/Wufe/tfc.git
创建时间: 2018-07-02T15:51:14Z
项目社区:https://github.com/Wufe/tfc

开源协议:

下载


TFC

Team Foundation Server automatic checkout executable

Automatically checking out TF files given a git status command output.

How to use

Install:
npm i -g @wufe/tfc

Use:
tfc -m "Comment"

Requirements

The tf client must be installed.
The folder must have a initialized git repository and must be under a tfs workspace.

Steps

It will execute a git status, then the output will be used to automatically checkout those files with the tf client.