From 2c18946f79836df56818e2da3ae130a0c6164e0d Mon Sep 17 00:00:00 2001 From: Hank Lee Date: Thu, 29 Aug 2024 18:33:10 +0000 Subject: [PATCH] Revert "Reword descriptions of git push" This reverts commit 43792e0201978f537cb8dd88296e2e2695f086c5 --- .../pages/contributing-docs/tools-local-authoring-env.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/contributing-docs/tools-local-authoring-env.adoc b/modules/ROOT/pages/contributing-docs/tools-local-authoring-env.adoc index c878e82..b527f64 100644 --- a/modules/ROOT/pages/contributing-docs/tools-local-authoring-env.adoc +++ b/modules/ROOT/pages/contributing-docs/tools-local-authoring-env.adoc @@ -1,6 +1,6 @@ = How to Create and Use a Local Fedora Documentation Workflow Fedora Documentation Team -:revdate: 2024-08-29 +:revdate: 2023-09-02 :page-pagination: [abstract] @@ -116,7 +116,7 @@ This command gets most recent commits from upstream to your local branch. $ git push origin main ---- -This command pushes your local commits to the main branch of the origin remote. +This command pushes to your fork in GitLab, and refresh in GitLab to see the latest changes from upstream in your fork. === Run the scripts to preview locally