1
0
Fork 0
forked from docs/team-docs

rephrase description on git push

This commit is contained in:
hank L 2024-08-29 18:36:49 +00:00
commit 445f9afbf3

View file

@ -1,6 +1,6 @@
= How to Create and Use a Local Fedora Documentation Workflow
Fedora Documentation Team <https://discussion.fedoraproject.org/tag/docs>
: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