From 8f60fb29f41c83dea63a1af24e35167b5571635c Mon Sep 17 00:00:00 2001 From: Tim Preston Date: Fri, 26 Feb 2021 11:10:56 -0600 Subject: [PATCH] Remove bug|refactor|chore from documentation --- Commands.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Commands.md b/Commands.md index d6ad33e..6f398ab 100644 --- a/Commands.md +++ b/Commands.md @@ -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: