mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #845 from alerque/remove-feature-aliases
Remove scripts that are mere alias wrappers for git-feature
This commit is contained in:
commit
fa8165ba7e
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ALIAS=bug
|
||||
git feature -a $ALIAS "$@"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ALIAS=chore
|
||||
git feature -a $ALIAS "$@"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ALIAS=refactor
|
||||
git feature -a $ALIAS "$@"
|
||||
Loading…
Reference in a new issue