1
0
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:
Jon Bramley 2018-05-25 14:26:33 +01:00 committed by Wang Shidong
parent 35d516b936
commit a64bd39b30

View File

@ -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):