🎨 fix doc

This commit is contained in:
Binary Wang 2025-03-23 20:00:52 +08:00 committed by GitHub
parent 25309e06ad
commit 5604a16ae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ $ git push
* 定期使用项目仓库内容更新自己仓库内容。 * 定期使用项目仓库内容更新自己仓库内容。
```bash ```bash
$ git remote add upstream https://github.com/Wechat-Group/WxJava $ git remote add upstream https://github.com/binarywang/WxJava
$ git fetch upstream $ git fetch upstream
$ git checkout develop $ git checkout develop
$ git rebase upstream/develop $ git rebase upstream/develop