Skip to content

Commit 5d92e9c

Browse files
committed
feat(*): update
1 parent 3e77af9 commit 5d92e9c

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

git-build

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'build: ' -e
4+
git commit -am 'build(*): ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "build: $1"
8+
git commit -am "build(*): $1"
99
else
1010
echo "chore($1): $2"
1111
git commit -am "build($1): $2"

git-chore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'chore: ' -e
4+
git commit -am 'chore(*): ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "chore: $1"
8+
git commit -am "chore(*): $1"
99
else
1010
echo "chore($1): $2"
1111
git commit -am "chore($1): $2"

git-docs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'docs: ' -e
4+
git commit -am 'docs(*): ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "docs: $1"
8+
git commit -am "docs(*): $1"
99
else
1010
echo "docs($1): $2"
1111
git commit -am "docs($1): $2"

git-feat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'feat: ' -e
4+
git commit -am 'feat(*): ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "feat: $1"
8+
git commit -am "feat(*): $1"
99
else
1010
echo "feat($1): $2"
1111
git commit -am "feat($1): $2"

git-fix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'fix: ' -e
4+
git commit -am 'fix(*): ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "fix: $1"
8+
git commit -am "fix(*): $1"
99
else
1010
echo "fix($1): $2"
1111
git commit -am "fix($1): $2"

git-localize

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'localize: ' -e
4+
git commit -am 'localize(*): ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "localize: $1"
8+
git commit -am "localize(*): $1"
99
else
1010
echo "localize($1): $2"
1111
git commit -am "localize($1): $2"

git-refact

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'refact: ' -e
4+
git commit -am 'refact(*): ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "refactor: $1"
8+
git commit -am "refactor(*): $1"
99
else
1010
echo "refactor($1): $2"
1111
git commit -am "refactor($1): $2"

git-style

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'style: ' -e
4+
git commit -am 'style(*): ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "style: $1"
8+
git commit -am "style(*): $1"
99
else
1010
echo "style($1): $2"
1111
git commit -am "style($1): $2"

git-test

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'test: ' -e
4+
git commit -am 'test(*): ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "test: $1"
8+
git commit -am "test(*): $1"
99
else
1010
echo "test($1): $2"
1111
git commit -am "test($1): $2"

0 commit comments

Comments
 (0)