Skip to content
Snippets Groups Projects
Commit 431cfa21 authored by Gururaj Shetty's avatar Gururaj Shetty
Browse files

Add new file

parent ea739cba
No related branches found
No related tags found
No related merge requests found
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, Gitee 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://gitee.com/help/articles/4142.
#. 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
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