From be59f209763d549ce4b7acd7b4246c5e97035923 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Wed, 31 Jul 2024 20:52:10 +0800 Subject: [PATCH] read code --- upload.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upload.sh b/upload.sh index ebde11da50d..48a59ecaedc 100755 --- a/upload.sh +++ b/upload.sh @@ -1 +1,4 @@ +git co readOnly +git rebase master git add -A && git commit -m 'read code' && git push origin readOnly +