微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

git-tfs

程序名称:git-tfs

授权协议: Apache

操作系统: Windows

开发语言: C/C++

git-tfs 介绍

git-tfs 是一个 Git 和 TFS (Team Foundation Server) 的桥。

可以实现获取 TFS 提交到 Git 资料库,或者将 Git 的信息推到 TFS 上。

示例用法

# [optional] find a tfs repository path to clone :
git tfs list-remote-branches http://tfs:8080/tfs/DefaultCollection

# clone the whole repository (wait for a while...) :
git tfs clone http://tfs:8080/tfs/DefaultCollection $/some_project

# or, if you're impatient (and want to work from the last changeset) :
git tfs quick-clone http://tfs:8080/tfs/DefaultCollection $/some_project

# or, if you're impatient (and want a specific changeset) :
git tfs quick-clone http://tfs:8080/tfs/DefaultCollection $/some_project -c=145

git-tfs 官网

http://git-tfs.com/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐