git-tfs是一个Git和TFS(TeamFoundationServer)的桥。
可以实现获取TFS提交到Git资料库,或者将Git的信息推到TFS上。
示例用法:
#[optional]findatfsrepositorypathtoclone:gittfslist-remote-brancheshttps://tfs:8080/tfs/DefaultCollection#clonethewholerepository(waitforawhile...):gittfsclonehttps://tfs:8080/tfs/DefaultCollection$/some_project#or,ifyou'reimpatient(andwanttoworkfromthelastchangeset):gittfsquick-clonehttps://tfs:8080/tfs/DefaultCollection$/some_project#or,ifyou'reimpatient(andwantaspecificchangeset):gittfsquick-clonehttps://tfs:8080/tfs/DefaultCollection$/some_project-c=145
评论