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 +``` + +

logo