3 Star 0 Fork 0

Gitee 极速下载/git-tfs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/git-tfs/git-tfs
克隆/下载
labels.md 1.22 KB
一键复制 编辑 原始数据 按行查看 历史

Summary

The labels command creates a tag in git for each label found in tfs.

Note : Due to how TFS manage labels, this command fetch a lot of data and could be quite long

Synopsis

Usage: git-tfs labels [options] [tfsRemoteId]
 ex : git tfs labels
	  git tfs labels -i myRemoteBranche
	  git tfs labels --all
  -h, -H, --help
  -V, --version
  -d, --debug                Show debug output about everything git-tfs does
  -i, --tfs-remote, --remote, --id=VALUE
							 The remote ID of the TFS to interact with
							   default: default
	  --all, --fetch-all     Fetch all the labels on all the TFS remotes (For
							   TFS 2010 and later)
  -n, --label-name=VALUE     Fetch all the labels respecting this name filter
  -e, --exclude-label-name=VALUE
							 Exclude all the labels respecting this regex
							   name filter
  -u, --username=VALUE       TFS username
  -p, --password=VALUE       TFS password
  -a, --authors=VALUE        Path to an Authors file to map TFS users to Git
							   users

Examples

tim@WIN7-VM2:/c/repo/MySolution(master) $ git tfs labels
Working with tfs remote: default
Looking for label on $/MySolution...
1 labels found!
Writing label 'Releasebuild1.2.3.4567(default)'...
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/git-tfs.git
git@gitee.com:mirrors/git-tfs.git
mirrors
git-tfs
git-tfs
master

搜索帮助