Merge pull request #906 from prestontim/master

Remove bug|refactor|chore from documentation
This commit is contained in:
罗泽轩 2021-03-01 09:59:33 +08:00 committed by GitHub
commit 4ea6cf0221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
- [`git delta`](#git-delta)
- [`git effort`](#git-effort)
- [`git extras`](#git-extras)
- [`git feature`](#git-featurerefactorbugchore)
- [`git feature`](#git-feature)
- [`git force-clone`](#git-force-clone)
- [`git fork`](#git-fork)
- [`git fresh-branch`](#git-fresh-branch)
@ -94,9 +94,9 @@ $ git extras update
Sets up the `gh-pages` branch. (See [GitHub Pages](https://pages.github.com/) documentation.)
## git feature|refactor|bug|chore
## git feature
Create/Merge the given feature, refactor, bug or chore branch `name`:
Create/Merge the given feature branch `name`:
```bash
$ git feature dependencies
@ -125,8 +125,6 @@ $ git feature finish dependencies
_Note_: If a remote is setup to track the branch, it will be deleted.
All of this works with `feature`, `bug`, `chore` or `refactor`.
## git contrib
Output `author`'s contributions to a project: