File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
9595Sets 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
132130Output ` author ` 's contributions to a project:
You can’t perform that action at this time.
0 commit comments