From 50d4180e4d50b9cf25bbe05d4a14602599c1f476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=98=8E?= <1763113879@qq.com> Date: Tue, 14 Nov 2023 16:27:26 +0800 Subject: [PATCH] =?UTF-8?q?#=20=E6=BA=90=E7=A0=81=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8A=80=E5=B7=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 90c37de0..f6c65d3a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ + +# 源码更新技巧 +## 1、切换同步源码地址 (保持与官方同步),然后更新本地代码 + +```bash +git remote set-url origin https://gitee.com/czq1ac/RuoYi-Cloud_2023.git +``` +## 2、更新本地代码成功后,切换会原先的仓库地址,push更新 + +```bash +git remote set-url origin https://gitee.com/czq1ac/RuoYi-Cloud.git +``` + +