Git Workflows 讀書會 - 行前準備
編輯歷史
| 時間 | 作者 | 版本 |
|---|---|---|
| 2015-06-25 17:55 – 17:55 | r472 – r478 | |
顯示 diff- Git Workflows 讀書會 - 行前討論
+ Git Workflows 讀書會 - 行前準備
[[ Index ]]
(42 行未修改)
|
||
| 2015-06-15 16:50 – 16:50 | r464 – r471 | |
顯示 diff- Git Workflows Workshop -
-
+ Git Workflows 讀書會 - 行前討論
[[ Index ]]
(42 行未修改)
|
||
| 2015-06-12 02:55 – 02:56 | r452 – r463 | |
顯示 diff(41 行未修改)
難易度 (難->簡單)
Git flow -> Github flow -> Gitlab flow
+
+ 參考:
+ *GitLab Flow的使用
|
||
| 2015-06-11 18:04 – 18:04 | r450 – r451 | |
顯示 diff(43 行未修改)
|
||
| 2015-06-11 13:15 – 13:24 | r412 – r449 | |
顯示 diff(2 行未修改)
[[ Index ]]
+
+ --------
Git Workflows and Tutorials | Atlassian Git Tutorial
(28 行未修改)
CI - Continuous Integration
- CD - Continuous Deployment
+ CD - Continuous Delivery
- 難易度 (簡單->難)
- Github flow, Git flow, Gitlab flow
+ 難易度 (難->簡單)
+ Git flow -> Github flow -> Gitlab flow
|
||
| 2015-06-11 13:15 – 13:15 | r410 – r411 | |
顯示 diff(38 行未修改)
難易度 (簡單->難)
- Github flow Git flow Gitlab flow
+ Github flow, Git flow, Gitlab flow
|
||
| 2015-06-11 13:15 | r409 | |
顯示 diff(37 行未修改)
- 難易度 (簡單->難
+ 難易度 (簡單->難)
Github flow Git flow Gitlab flow
|
||
| 2015-06-11 13:15 | r408 | |
顯示 diff(38 行未修改)
難易度 (簡單->難
- Github flow Git flow Gitlab fl
+ Github flow Git flow Gitlab flow
|
||
| 2015-06-11 13:15 | r407 | |
顯示 diff(37 行未修改)
- 難易度 (簡單->男
+ 難易度 (簡單->難
Github flow Git flow Gitlab fl
|
||
| 2015-06-11 13:14 | r406 | |
顯示 diff(38 行未修改)
難易度 (簡單->男
- Github flow Git flow Gitlab
+ Github flow Git flow Gitlab fl
|
||
| 2015-06-11 13:14 | r405 | |
顯示 diff(37 行未修改)
- 難易度 (簡單->你
+ 難易度 (簡單->男
Github flow Git flow Gitlab
|
||
| 2015-06-11 13:14 | r404 | |
顯示 diff(38 行未修改)
難易度 (簡單->你
- Github flow Git flow Gitlab
+ Github flow Git flow Gitlab
|
||
| 2015-06-11 13:14 | r403 | |
顯示 diff(37 行未修改)
- 難易度 (簡單->
+ 難易度 (簡單->你
Github flow Git flow Gitlab
|
||
| 2015-06-11 13:14 | r402 | |
顯示 diff(38 行未修改)
難易度 (簡單->
- Github flow Git flow Gitl
+ Github flow Git flow Gitlab
|
||
| 2015-06-11 13:14 | r401 | |
顯示 diff(37 行未修改)
- 難易度 (簡單-
+ 難易度 (簡單->
Github flow Git flow Gitl
|
||
| 2015-06-11 13:14 | r400 | |
顯示 diff(38 行未修改)
難易度 (簡單-
- Github flow Git flow Git
+ Github flow Git flow Gitl
|
||
| 2015-06-11 13:14 | r399 | |
顯示 diff(37 行未修改)
- 難易度 (簡單
+ 難易度 (簡單-
Github flow Git flow Git
|
||
| 2015-06-11 13:14 – 13:14 | r397 – r398 | |
顯示 diff(38 行未修改)
難易度 (簡單
- Github flow Git flow
+ Github flow Git flow Git
|
||
| 2015-06-11 13:14 | r396 | |
顯示 diff(37 行未修改)
- 難易度 (
+ 難易度 (簡單
Github flow Git flow
|
||
| 2015-06-11 13:14 | r395 | |
顯示 diff(38 行未修改)
難易度 (
- Github flow Git flow
+ Github flow Git flow
|
||
| 2015-06-11 13:14 – 13:14 | r380 – r394 | |
顯示 diff(35 行未修改)
CI - Continuous Integration
CD - Continuous Deployment
-
- G
+ 難易度 (
+ Github flow Git flow
|
||
| 2015-06-11 13:14 | r379 | |
顯示 diff(41 行未修改)
|
||
| 2015-06-11 13:14 – 13:14 | r377 – r378 | |
顯示 diff(37 行未修改)
- r
+
+ G
|
||
| 2015-06-11 13:14 | r376 | |
顯示 diff(40 行未修改)
|
||
| 2015-06-11 12:53 – 13:14 | r247 – r375 | |
顯示 diff(2 行未修改)
[[ Index ]]
+
+ Git Workflows and Tutorials | Atlassian Git Tutorial
+ https://www.atlassian.com/git/tutorials/comparing-workflows/
+ --------
Q: commit 時沒有先 pull 而造成 conflict
(13 行未修改)
RJ: 功能較不同的 feature 再開不同 branch5
+ Carl: Git 鼓勵常開 branch 常 merge
+ Carl: 臨時的或 feature branch 應該在兩天內 merge 回來,不然可能是有其他問題
+
+ common conventions:
+ *branch off: develop
+ *merge into: master
+ *......
+
+
+ CI - Continuous Integration
+ CD - Continuous Deployment
+
+
+ r
|
||
| 2015-06-11 12:51 | r246 | |
顯示 diff(20 行未修改)
RJ: 功能較不同的 feature 再開不同 branch5
-
- 中央式 flow
|
||
| 2015-06-11 12:46 – 12:50 | r210 – r245 | |
顯示 diff(6 行未修改)
Q: commit 時沒有先 pull 而造成 conflict
RJ: 先 pull 解 conflict,merge 後再 push 上去
+
在本機或遠端使用 ssh 協定做 git 倉庫 ,只存放 .git
*$ ssh user@host git init --bare /path/to/repo.git
+
+
+ Feature Branch Workflow
feature branch 命名
(1 行未修改)
*issue-#161
*
- 5
+
+ RJ: 功能較不同的 feature 再開不同 branch5
+
中央式 flow
|
||
| 2015-06-11 12:45 – 12:45 | r201 – r209 | |
顯示 diff(15 行未修改)
*
5
+ 中央式 flow
|
||
| 2015-06-11 12:45 | r200 | |
顯示 diff(17 行未修改)
|
||
| 2015-06-11 12:45 | r199 | |
顯示 diff(14 行未修改)
*issue-#161
*
+ 5
|
||
| 2015-06-11 12:44 – 12:45 | r154 – r198 | |
顯示 diff(9 行未修改)
在本機或遠端使用 ssh 協定做 git 倉庫 ,只存放 .git
*$ ssh user@host git init --bare /path/to/repo.git
+
+ feature branch 命名
+ *animated-menu-tems
+ *issue-#161
+ *
|
||
| 2015-06-11 12:44 – 12:44 | r148 – r153 | |
顯示 diff(9 行未修改)
在本機或遠端使用 ssh 協定做 git 倉庫 ,只存放 .git
*$ ssh user@host git init --bare /path/to/repo.git
-
- 5
|
||
| 2015-06-11 12:44 | r147 | |
顯示 diff(13 行未修改)
|
||
| 2015-06-11 12:44 | r146 | |
顯示 diff(9 行未修改)
在本機或遠端使用 ssh 協定做 git 倉庫 ,只存放 .git
*$ ssh user@host git init --bare /path/to/repo.git
+
+ 5
|
||
| 2015-06-11 12:33 – 12:44 | r122 – r145 | |
顯示 diff Git Workflows Workshop -
+
+
+ [[ Index ]]
(3 行未修改)
在本機或遠端使用 ssh 協定做 git 倉庫 ,只存放 .git
*$ ssh user@host git init --bare /path/to/repo.git
- 2
|
||
| 2015-06-11 12:33 | r121 | |
顯示 diff(9 行未修改)
|
||
| 2015-06-11 12:33 | r120 | |
顯示 diff(6 行未修改)
在本機或遠端使用 ssh 協定做 git 倉庫 ,只存放 .git
*$ ssh user@host git init --bare /path/to/repo.git
+ 2
|
||
| 2015-06-11 12:29 – 12:31 | r52 – r119 | |
顯示 diff(4 行未修改)
RJ: 先 pull 解 conflict,merge 後再 push 上去
- 在本機或遠端使用 ssh 協定做 git 倉庫
+ 在本機或遠端使用 ssh 協定做 git 倉庫 ,只存放 .git
*$ ssh user@host git init --bare /path/to/repo.git
|
||
| 2015-06-11 12:22 – 12:24 | r1 – r51 | |
顯示 diff- Untitled
+ Git Workflows Workshop -
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+
+ Q: commit 時沒有先 pull 而造成 conflict
+ RJ: 先 pull 解 conflict,merge 後再 push 上去
+
+ 在本機或遠端使用 ssh 協定做 git 倉庫
+ *$ ssh user@host git init --bare /path/to/repo.git
|
||
| 2015-06-11 12:22 | r0 | |
顯示 diff+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
|
||