Skip to content

Commit c92d40a

Browse files
committed
enhancement: Improve
1 parent 3f34458 commit c92d40a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

commit

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ colorEcho(){
1616

1717
commitWithBranch() {
1818
colorEcho "GREEN" "Commit translation: \"$CURRENT_BRANCH: $1\""
19+
# Edit your config here
1920
git commit -m "$CURRENT_BRANCH: $1"
2021
}
2122

@@ -24,9 +25,9 @@ then
2425
CUSTOM_BRANCHES=$(cat "$IGNORED_PATH")
2526
BRANCHES=( $CUSTOM_BRANCHES )
2627
IGNORED_BRANCHES=( ${IGNORED_BRANCHES[@]} ${BRANCHES[@]} )
27-
colorEcho "YELLOW" "Excluding branches from .ignore file"
28+
colorEcho "YELLOW" "Excluding branches from .ignore file."
2829
else
29-
colorEcho "YELLOW" ".ignore file not found"
30+
colorEcho "YELLOW" ".ignore file not found, excluding default branches."
3031
fi
3132

3233
for branch in "${IGNORED_BRANCHES[@]}"

0 commit comments

Comments
 (0)