remove warning on sync fork

This commit is contained in:
hank L 2023-04-28 08:19:04 +00:00
commit 5d1b9c1fd2

View file

@ -1,6 +1,6 @@
= How to make casual contributions
Fedora Documentation Team <https://discussion.fedoraproject.org/tag/docs>
:revdate: 2023-04-21
:revdate: 2023-04-28
:page-pagination:
[abstract]
@ -66,8 +66,6 @@ If you have a forked repository (e.g., during an earlier contribution), you will
If you do not launch Web IDE from your fork, *edit fork in Web IDE* button will appear in lieu of the *Open in Web IDE* button. Then you will be prompted to *go to fork* and checkout to your fork.
CAUTION: If you have forked the repository before, and if you have already the related branch, GitLab will not check if your forks branch is up to date. It will forward you to the respective file in the related branch of your fork even if this file is no longer up to date. GitLab 15.11 release is expected to fix the issue by April 17 2023.
=== Step 3. Create a new branch
On your forked project, create a new branch and switch to it following the steps below.