3 Star 0 Fork 0

Gitee 极速下载/git-tfs

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

Summary

This function launches the standard TFS checkin window to commit your changes into TFS. It squashes differences between the last TFS commit and HEAD into one TFS-checkin and marks it as descendant of both previous TFS-checkin and HEAD.

It works similarly to checkin, except checkin doesn't launch the standard TFS checkin window.

Synopsis

Usage: git-tfs checkintool [options] [ref-to-checkin]
  -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
  -m, --comment=VALUE        A comment for the changeset
      --no-build-default-comment
                             Do not concatenate commit comments for the
                               changeset comment.
      --no-merge             Omits setting commit being checked in as parent,
                               thus allowing to rebase remaining onto TFS
                               changeset without exceeding merge commits.
  -f, --force=VALUE          The policy override reason.
  -w, --work-item=VALUE1:VALUE2
                             Associated work items
                               e.g. -w12345 to associate with 12345
                               or -w12345:resolve to resolve 12345
  -c, --code-reviewer=VALUE  Set code reviewer
                               e.g. -c "John Smith"
  -s, --security-reviewer=VALUE
                             Set security reviewer
                               e.g. -s "John Smith"
  -p, --performance-reviewer=VALUE
                             Set performance reviewer
                               e.g. -p "John Smith"
      --no-gate              Disables gated checkin.

See also

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

搜索帮助