Skip to content

Commit

Permalink
update(git): show beautify git commit message for hook
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Mar 27, 2017
1 parent a92693e commit 82732bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bin/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ npm run lint
git rebase
WECHATY_INNER_PRE_HOOK=1 git push

cat <<'_STR_'
____ _ _ ____ _
/ ___(_) |_ | _ \ _ _ ___| |__
| | _| | __| | |_) | | | / __| '_ \
| |_| | | |_ | __/| |_| \__ \ | | |
\____|_|\__| |_| \__,_|___/_| |_|
____ _ _
/ ___| _ _ ___ ___ ___ ___ __| | |
\___ \| | | |/ __/ __/ _ \/ _ \/ _` | |
___) | |_| | (_| (_| __/ __/ (_| |_|
|____/ \__,_|\___\___\___|\___|\__,_(_)
_STR_

echo
echo
echo
Expand Down

0 comments on commit 82732bb

Please sign in to comment.