From d6a284da6e4c36dd6cfdcb5f701f642ed8b12990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 6 Jul 2020 23:15:10 +0200 Subject: [PATCH] Manual.md: teach on rebase rather than merge --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index c612479ec7307a..10082b68da55a3 100644 --- a/Manual.md +++ b/Manual.md @@ -1974,7 +1974,7 @@ 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 pull upstream master + $ git pull --rebase upstream master ## Help