Documentation: replace git protocol with https
git protocol will be retired by GitHub soon. Replace it with supported https instead.
This commit is contained in:
parent
bc9a32914a
commit
ed2abbeaab
3 changed files with 4 additions and 4 deletions
|
@ -2124,7 +2124,7 @@ a github pull request.
|
|||
To keep your forked repository always up to date, setup the `upstream` remote
|
||||
to pull in new changes:
|
||||
|
||||
$ git remote add upstream git://github.com/void-linux/void-packages.git
|
||||
$ git remote add upstream https://github.com/void-linux/void-packages.git
|
||||
$ git pull --rebase upstream master
|
||||
|
||||
<a id="help"></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue