Git GUI工具gitkraken的使用

 
这篇博客是根据我的上一篇博客“团队 Git Flow 指南”的操作流程找到的一个GUI的工具
GitKranken是一款国外的软件,界面清晰,能更好的让git新手脑中有分支的概念
 
操作步骤
1. fork对应的库到自己的库中
Pasted file 1

2. 点击右上方的设置,连接对应bitbucket账号,添加SSH keys
Qq%e6%88%aa%e5%9b%be20160514203031

3. 点击File->clone repo 克隆对应的库
Qq%e6%88%aa%e5%9b%be20160514194237

Qq%e6%88%aa%e5%9b%be20160514194303

4. 点击右上角设置,初始化git flow
Qq%e6%88%aa%e5%9b%be20160514201530

Qq%e6%88%aa%e5%9b%be20160514201421
 
5. 切换成develop分支,选择GIT FLOW ->develop分支点击git pull
1

6.set up stream
Pasted file 1

7. 点击GIT FLOW 中 Start->Feature
2

8. 修改代码

9. 点击LOCAL->develop分支->右键-> Edit commit message
4

10. 点击GIT FLOW 中 Finish->Feature
3


11. 点击LOCAL->develop分支->右键-> Push
5

 
12. 点击PULL REQUESTS,因为是fork过来的,所以选择自己Repo的develop分支到Offical Repo的develop分支,或线上bitbucket发送pull request
6
 
13.在Bitbucket页面上面发起PR
Pasted file 2

posted @ 2016-05-17 11:03  Nick_Cai  阅读(7881)  评论(5编辑  收藏  举报