diff --git a/push.sh b/push.sh new file mode 100644 index 0000000..21fb96f --- /dev/null +++ b/push.sh @@ -0,0 +1,5 @@ +git init +git add . +git commit -m "🎉 feat: push脚本" +git push --all +git push --tags \ No newline at end of file