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
相關文章
相關標籤/搜索