Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
push.sh 206 Bytes
Copy Edit Raw Blame History
good_luck authored 2024-06-27 13:07 . ♻️ refactor: code
#强制推送
#!/usr/bin/env bash
set -e
git init
git add -A
git commit -m '🎉 feat: init project'
git push -f "https://${access_token}@github.com/zxwk1998/vue-admin-better.git" master
exec /bin/bash
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化