forked from docs/team-docs
branch convention updated
This commit is contained in:
parent
66de74b80a
commit
9c5cbfc765
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-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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue