2020-09-30 14:28:59 +08:00

12 lines
346 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env bash
set -e
git init
git add -A
git commit -m '🎉🎉🎉仓库重置到2020年9月29日Vue2.6最后一个版本之前版本不再支持具体请查阅文档Vue 3.0版本即将发布请耐心等待!!!'
git push -f "https://${access_token}@github.com/chuzhixin/vue-admin-beautiful.git" master
exec /bin/bash