1
0
Fork 0
forked from docs/team-docs

Revert "Reword descriptions of git push"

This reverts commit 43792e0201
This commit is contained in:
hank L 2024-08-29 18:33:10 +00:00
commit 2c18946f79

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: 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