markdown Git Branch命名约定

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Git Branch命名约定相关的知识,希望对你有一定的参考价值。

### `<type>/<name>`

#### `<type>`
```
bug    - Code changes linked to a known issue.
feat   - New feature.
hotfix - Quick fixes to the codebase.
junk   - Experiments (will never be merged).
```

#### `<name>`
Always use dashes to seperate words, and keep it short.

#### Examples
```
feat/renderer-cookies
hotfix/dockerfile-base-image
bug/login-ie
```

以上是关于markdown Git Branch命名约定的主要内容,如果未能解决你的问题,请参考以下文章

markdown 将git branch合并到另一个

markdown git-remove-remote-branch.md

markdown Git - 完全从开发branch.md替换master分支

markdown Git - 完全从开发branch.md替换master分支

markdown 数据库命名约定

markdown 单元测试命名约定