mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 01:09:56 +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
|
```sh
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git rebase upstream master
|
git rebase upstream/master master
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Ideally for simple PRs (most of them):
|
#### Ideally for simple PRs (most of them):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user