使用Git进行源代码管理(2)

操作步骤:在“Branches”选项中,从“Unpublished Branches”列表中选择Branch,点击右键,选择“Publish Branch”,将该Branch发布到Remote Repository中。

使用Git进行源代码管理

九,创建Code Review请求

在TFS中,能够将代码的changes发送到同事,请求对代码进行审查(Code Review),在git中,也能实现Code Review,不过,名称叫做Pull Request,VS2013中的git插件,不能创建Pull Request,必须通过Web客户端来创建Pull Request。

创建Pull Request的流程是:

1,首先将Branch发布到Remote Repository,即Publish Branch

使用Git进行源代码管理

2,创建Pull Request

点击"Create a pull request",创建Pull Request

3,输入Reviewers,并关联Work Items

注意,Pull是把Brach和其他Brach进行合并,必须注意要合并的Target Branch。

使用Git进行源代码管理

十,克隆Repository,获取Remote Repository中代码的最新版本

点击"Connect to Team Projects",输入Remote Repository的URL,将Remote Repository复制到Local Repository中。

使用Git进行源代码管理

Git 教程系列文章: 

GitHub 使用教程图文详解   

Git 标签管理详解  

Git 分支管理详解  

Git 远程仓库详解  

Git 本地仓库(Repository)详解  

Git 服务器搭建与客户端安装   

Git 概述  

分享实用的GitHub 使用教程  

Git从入门到学会

Git基本操作详解

Git 的详细介绍请点这里
Git 的下载地址请点这里

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/14813.html