From a239407812d2fbdebcd6c5cd81011ae57eb05bdb Mon Sep 17 00:00:00 2001 From: totten <totten@civicrm.org> Date: Thu, 6 Aug 2020 06:36:32 +0000 Subject: [PATCH] Update 5.x-rc.md --- doc/5.x-rc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/5.x-rc.md b/doc/5.x-rc.md index 1bb9006..04f749b 100644 --- a/doc/5.x-rc.md +++ b/doc/5.x-rc.md @@ -67,10 +67,10 @@ git scan branch 5.X master -p -n -T git scan branch 5.X master -p ## Push the branches (preview) -git scan push -p origin 5.X -n -T +git scan push -up origin 5.X -n -T ## Push the branches (for real) -git scan push -p origin 5.X +git scan push -up origin 5.X ``` Finally, skim the published branches to make sure they match up: -- GitLab