1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:20:05 +08:00

chore(git): use gitlab instead

This commit is contained in:
wsdjeg 2023-09-24 13:34:18 +08:00
parent ee37afbe7d
commit 7cceee2793

View File

@ -155,7 +155,7 @@ git clone ${YOUR_OWN_REPOSITORY_URL}
- Add upstream remote
```sh
git remote add upstream https://github.com/SpaceVim/SpaceVim.git
git remote add upstream https://gitlab.com/SpaceVim/SpaceVim.git
```
- Fetch upstream and rebase on top of upstream master