From 0128b94c57c0fec19188218ba705ce5c1a63be12 Mon Sep 17 00:00:00 2001 From: hankuoffroad Date: Mon, 20 Feb 2023 20:23:35 +0000 Subject: [PATCH] git push description updated --- .../contributing-docs/tools-local-authoring-env.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 8f45149..c6a9c76 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-02-11 +:revdate: 2023-02-20 [abstract] ____ @@ -76,7 +76,7 @@ $ git branch -v -a To switch branches, ---- -$ git checkout branch_name +$ git checkout ---- == Working on content @@ -165,10 +165,10 @@ The git log command displays the project history and specific changes. $ git log ---- -Push to your fork in GitLab, refresh in GitLab to see the latest changes from upstream in your fork. +Push changes to your branch in your fork. ---- -$ git push origin +$ git push origin ---- === Create merge requests