Merge pull request #845 from alerque/remove-feature-aliases

Remove scripts that are mere alias wrappers for git-feature
This commit is contained in:
罗泽轩 2020-05-31 11:00:15 +08:00 committed by GitHub
commit fa8165ba7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 12 deletions

View file

@ -1,4 +0,0 @@
#!/usr/bin/env bash
ALIAS=bug
git feature -a $ALIAS "$@"

View file

@ -1,4 +0,0 @@
#!/usr/bin/env bash
ALIAS=chore
git feature -a $ALIAS "$@"

View file

@ -1,4 +0,0 @@
#!/usr/bin/env bash
ALIAS=refactor
git feature -a $ALIAS "$@"