This commit is contained in:
xaoxuu 2021-02-21 23:21:27 +08:00
parent 41f0bcb8ab
commit c7c04a57e8
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ function commit() {
printf "\n"
git push origin main
git push origin npm
git checkout main
# done
printf "\n\n> \033[32m%s\033[0m\n" 'Congratulations!'
}