Git Repository Structure » History » Revision 3
« Previous |
Revision 3/6
(diff)
| Next »
Sergey Smolov, 11/13/2018 02:56 PM
Git Repository Structure¶
- Table of contents
- Git Repository Structure
This page describes the structure of project's Git repository.
Branches¶
Most of Git branches that are presented in the repository are user-specific. But some of them are seemed to be "persistent" - it is expected that they will be in use for a long time.
These branches are:
master - main branch of the QEMU project (NOTE: please do not push your commits to this branch!)
qemu4v.master - main branch of the QEMU4V project
qemu4v_0_1_1 - merged commits of QEMU4V 0.1.1 (includes commits from pre-QEMU4V QEMU-based projects, like QEMU for RISC-V and QEMU for ARMv8)
Tags¶
Every tag of the QEMU4V project should be named as follows: '<version-number>-<label>-<date>', for example:
0.1.1-beta-180517
Updated by Sergey Smolov about 6 years ago · 6 revisions