https://github.com/wufe/tfc
[Antipattern-WTF] Leveraging git to provide a TFS checkout / checkin
https://github.com/wufe/tfc
antipattern checkout git tee-clc tf tfs vsts wtf
Last synced: about 2 months ago
JSON representation
[Antipattern-WTF] Leveraging git to provide a TFS checkout / checkin
- Host: GitHub
- URL: https://github.com/wufe/tfc
- Owner: wufe
- Created: 2018-07-02T15:51:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T06:49:52.000Z (almost 8 years ago)
- Last Synced: 2025-10-06T18:43:16.522Z (8 months ago)
- Topics: antipattern, checkout, git, tee-clc, tf, tfs, vsts, wtf
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.