From b0a55b8e78333387f0f794026e85ddefd022ea52 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 3 Apr 2014 10:18:39 +0200 Subject: [PATCH] Manual: update git instruction to set up upstream remote. --- Manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Manual.md b/Manual.md index 90ed5d3e449..1dd13e08b64 100644 --- a/Manual.md +++ b/Manual.md @@ -580,11 +580,11 @@ the installed files (`xbps-src show-files`) before pushing new updates. You can fork the `xbps-packages` git repository on github and then set up a remote to pull in new changes: - $ git remote add upstream git://github.com/voidlinux/xbps-packages.git + $ git remote add voidlinux git://github.com/voidlinux/xbps-packages.git -To pull in new changes from `upstream`: +To pull in new changes from `voidlinux`: - $ git pull upstream master + $ git pull voidlinux master Once you've made changes to your `forked` repository you can submit a github pull request; see https://help.github.com/articles/fork-a-repo for more information.