Project

General

Profile

Actions

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 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

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 over 1 year ago · 6 revisions