Git Repository Structure » History » Revision 5
Revision 4 (Sergey Smolov, 11/19/2019 03:16 PM) → Revision 5/6 (Sergey Smolov, 11/19/2019 03:19 PM)
h1. Git Repository Structure This page describes the structure of project's Git repository. h2. Branches Most of Git branches that are presented in the repository are user-specific. But some of them are _persistent_ (it is expected that they will be in use for a long time). These branches are: *master* - main branch of the "*QEMU*":https://www.qemu.org "QEMU":https://www.qemu.org 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_) h2. Tags Every tag of the QEMU4V project should be named as follows: '<version-number>-<label>-<date>', for example: <pre> 0.1.1-beta-180517 </pre>