1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-13 23:07:59 +08:00
SpaceVim/docs/git/repos/SpaceVim.md

20 lines
495 B
Markdown
Raw Normal View History

2024-03-02 22:59:32 +08:00
---
2024-07-12 07:41:15 +08:00
title: "Git Repository"
2024-03-02 22:59:32 +08:00
description: "The source code of SpaceVim."
---
2024-07-12 07:41:15 +08:00
# [Development](../) >> Git Repository
2024-03-02 22:59:32 +08:00
2024-06-02 22:33:26 +08:00
The source code of SpaceVim is hosted in an online repository and can be cloned locally to view the source code.
2024-03-02 22:59:32 +08:00
```
2024-06-02 22:33:26 +08:00
git clone https://spacevim.org/git/repos/SpaceVim/
2024-03-02 22:59:32 +08:00
```
2024-07-12 07:41:15 +08:00
Since the code was previously hosted on GitHub, old users need to modify the remote repository address manually:
2024-03-02 22:59:32 +08:00
```
2024-06-02 22:33:26 +08:00
cd ~/.SpaceVim
git remote set-url origin https://spacevim.org/git/repos/SpaceVim/
2024-03-02 22:59:32 +08:00
```