当前位置: 软件>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 ...
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
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。