forked from docs/team-docs
Merge branch 'main' into '7-steps-guide-updated-style'
# Conflicts: # modules/ROOT/pages/contributing-docs/tools-local-authoring-env.adoc
This commit is contained in:
commit
267e07b4e3
1 changed files with 4 additions and 4 deletions
|
|
@ -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-02-11
|
||||
:revdate: 2023-02-20
|
||||
|
||||
[abstract]
|
||||
____
|
||||
|
|
@ -76,7 +76,7 @@ $ git branch -v -a
|
|||
|
||||
To switch branches,
|
||||
----
|
||||
$ git checkout branch_name
|
||||
$ git checkout <branch_name>
|
||||
----
|
||||
|
||||
== Working on content
|
||||
|
|
@ -165,10 +165,10 @@ The git log command displays the project history and specific changes.
|
|||
$ git log
|
||||
----
|
||||
|
||||
Push your changes your branch in your repository in GitLab.
|
||||
Push changes to your branch in your fork.
|
||||
|
||||
----
|
||||
$ git push origin <branch-name>
|
||||
$ git push origin <branch_name>
|
||||
----
|
||||
|
||||
=== Create merge requests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue