Git Flow: 團隊專屬流程,成員訂下並遵守commit的規矩
(ref: I'm coding it線上課程)
develop
Git Flow
,建立Start New Feature
git commit
Git Flow
,Finish Feature
,合併到develop
New issue
(開一張票)1.畚箕開發者切換到master
branch,git pull
一份檔案
2.按介面右上角的Git Flow
,建立Start New Hotfix
3.把票號(eg. #2
)放在Hotfix Name
4.修改bug後,git commit
5.按介右上角的Git Flow
,Finish Hotfix
,合併各一份到master
和develop
,保持兩者同步
重點: 依照團隊需求建立branch,不一定全部流程都照著圖片上開發。
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing