Manual.md: teach on rebase rather than merge
This commit is contained in:
parent
c749fa3664
commit
02179c9534
1 changed files with 1 additions and 1 deletions
|
@ -1974,7 +1974,7 @@ To keep your forked repository always up to date, setup the `upstream` remote
|
||||||
to pull in new changes:
|
to pull in new changes:
|
||||||
|
|
||||||
$ git remote add upstream git://github.com/void-linux/void-packages.git
|
$ git remote add upstream git://github.com/void-linux/void-packages.git
|
||||||
$ git pull upstream master
|
$ git pull --rebase upstream master
|
||||||
|
|
||||||
<a id="help"></a>
|
<a id="help"></a>
|
||||||
## Help
|
## Help
|
||||||
|
|
Loading…
Add table
Reference in a new issue