diff --git a/bin/git-bug b/bin/git-bug deleted file mode 100755 index c2672f7..0000000 --- a/bin/git-bug +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -ALIAS=bug -git feature -a $ALIAS "$@" diff --git a/bin/git-chore b/bin/git-chore deleted file mode 100755 index 728b2aa..0000000 --- a/bin/git-chore +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -ALIAS=chore -git feature -a $ALIAS "$@" diff --git a/bin/git-refactor b/bin/git-refactor deleted file mode 100755 index 2e2a83a..0000000 --- a/bin/git-refactor +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -ALIAS=refactor -git feature -a $ALIAS "$@"