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 b527f64..4f79a82 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: 2023-09-02 +:revdate: 2024-08-30 :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 to your fork in GitLab, and refresh in GitLab to see the latest changes from upstream in your fork. +This command pushes your local commits to the main branch of the origin remote. === Run the scripts to preview locally