Skip to content
Snippets Groups Projects
Verified Commit 54afa53f authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

readme: Remove FAQs section


This will need to be replaced with actual FAQs in the context of the
project. The generic git related entries right now are of little value.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 2bb61547
No related branches found
No related tags found
No related merge requests found
.. SPDX-FileCopyrightText: Huawei Inc.
..
.. SPDX-License-Identifier: CC-BY-4.0
.. include:: ../definitions.rst
FAQs
####
How Do I Create PRs at the Same Time If Multiple Code Repositories Have Compilation Dependencies?
*************************************************************************************************
During the development of the operating system (OS), it is common that multiple code repositories have compilation dependencies. Therefore, the PRs need to be created and merged at the same time. For this reason, Gitlab uses issues as the association identifiers for code repositories with dependency dependencies to commit the PRs. Follow the operations below:
#. Create an issue in any of the code repositories.
#. Associate PRs that need to be built and merged at the same time with the issue. For details, visit https://docs.gitlab.com/ee/topics/gitlab_flow.html#mergepull-requests-with-gitlab-flow.
#. After the build is triggered, the build center identifies the PRs associated with the same issue, downloads the build, and merges the PRs into the code library after the code is approved.
Rollback
********
Visit https://docs.gitlab.com/ee/university/training/topics/rollback_commits.html#undo-commits
Resolving Merge Conflicts
*************************
Visit https://docs.gitlab.com/ee/topics/git/git_rebase.html#merge-conflicts
\ No newline at end of file
...@@ -14,5 +14,3 @@ Contributing Documents ...@@ -14,5 +14,3 @@ Contributing Documents
Contribution-Process Contribution-Process
Contributing-to-the-Documentation Contributing-to-the-Documentation
reStructuredText-Basics reStructuredText-Basics
FAQs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment