We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f34458 commit c92d40aCopy full SHA for c92d40a
commit
@@ -16,6 +16,7 @@ colorEcho(){
16
17
commitWithBranch() {
18
colorEcho "GREEN" "Commit translation: \"$CURRENT_BRANCH: $1\""
19
+ # Edit your config here
20
git commit -m "$CURRENT_BRANCH: $1"
21
}
22
@@ -24,9 +25,9 @@ then
24
25
CUSTOM_BRANCHES=$(cat "$IGNORED_PATH")
26
BRANCHES=( $CUSTOM_BRANCHES )
27
IGNORED_BRANCHES=( ${IGNORED_BRANCHES[@]} ${BRANCHES[@]} )
- colorEcho "YELLOW" "Excluding branches from .ignore file"
28
+ colorEcho "YELLOW" "Excluding branches from .ignore file."
29
else
- colorEcho "YELLOW" ".ignore file not found"
30
+ colorEcho "YELLOW" ".ignore file not found, excluding default branches."
31
fi
32
33
for branch in "${IGNORED_BRANCHES[@]}"
0 commit comments