From f95b65c1e0749e2f96b91e67aec2950d5292183b Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Sun, 6 Apr 2025 19:17:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20feat:=20push=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 push.sh 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