We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777f675 commit f2dea8dCopy full SHA for f2dea8d
1 file changed
commit
@@ -34,7 +34,7 @@ done
34
35
if [ "$IS_IGNORED" == false ]; then
36
# Edit your config here
37
- git commit -m "$CURRENT_BRANCH: $1"
+ git commit -m "$CURRENT_BRANCH: $1" ${@:2}
38
else
39
- git commit -m "$1"
+ git commit -m "$1" ${@:2}
40
fi
0 commit comments