From fb26fd9229f8a836e8ddef643e6e9c4c128dd2af Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 24 Sep 2019 23:40:32 +0200 Subject: docs: Fix wrong argument order of branch rename Closes: #941110 Thanks: Jens Reyer --- docs/chapters/import.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/import.xml b/docs/chapters/import.xml index 443255d7..c6354bd4 100644 --- a/docs/chapters/import.xml +++ b/docs/chapters/import.xml @@ -152,7 +152,7 @@ by version number. simple. You can either rename that branch to the default name upstream with: - &gitcmd; branch -m upstream theupstream-branch + &gitcmd; branch -m theupstream-branch upstream or you can tell &gbp-buildpackage; the name of the branch to use as : -- cgit v1.2.3