mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
Need to specifiy the exact branch (#1754)
This commit is contained in:
parent
35d516b936
commit
a64bd39b30
@ -103,7 +103,7 @@ git remote add upstream https://github.com/SpaceVim/SpaceVim.git
|
||||
|
||||
```sh
|
||||
git fetch upstream
|
||||
git rebase upstream master
|
||||
git rebase upstream/master master
|
||||
```
|
||||
|
||||
#### Ideally for simple PRs (most of them):
|
||||
|
Loading…
Reference in New Issue
Block a user