branch convention updated

This commit is contained in:
hank L 2023-03-05 07:29:48 +00:00
commit 9c5cbfc765

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-02-20
:revdate: 2023-03-05
[abstract]
____
@ -74,9 +74,9 @@ Show all branches on the remote.
$ git branch -v -a
----
To switch branches,
To create a branch and switch to it,
----
$ git checkout <branch_name>
$ git checkout -b <new-branch>
----
== Working on content
@ -168,7 +168,7 @@ $ git log
Push changes to your branch in your fork.
----
$ git push origin <branch_name>
$ git push origin <branch-name>
----
=== Create merge requests