Skip to content

Commit 4ea6cf0

Browse files
authored
Merge pull request #906 from prestontim/master
Remove bug|refactor|chore from documentation
2 parents 96b9539 + 8f60fb2 commit 4ea6cf0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Commands.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- [`git delta`](#git-delta)
2222
- [`git effort`](#git-effort)
2323
- [`git extras`](#git-extras)
24-
- [`git feature`](#git-featurerefactorbugchore)
24+
- [`git feature`](#git-feature)
2525
- [`git force-clone`](#git-force-clone)
2626
- [`git fork`](#git-fork)
2727
- [`git fresh-branch`](#git-fresh-branch)
@@ -94,9 +94,9 @@ $ git extras update
9494

9595
Sets up the `gh-pages` branch. (See [GitHub Pages](https://pages.github.com/) documentation.)
9696

97-
## git feature|refactor|bug|chore
97+
## git feature
9898

99-
Create/Merge the given feature, refactor, bug or chore branch `name`:
99+
Create/Merge the given feature branch `name`:
100100

101101
```bash
102102
$ git feature dependencies
@@ -125,8 +125,6 @@ $ git feature finish dependencies
125125

126126
_Note_: If a remote is setup to track the branch, it will be deleted.
127127

128-
All of this works with `feature`, `bug`, `chore` or `refactor`.
129-
130128
## git contrib
131129

132130
Output `author`'s contributions to a project:

0 commit comments

Comments
 (0)