Skip to content

Git strategy and overview

Elias Nijs edited this page May 9, 2024 · 1 revision

Branching Stragey

Naming conventions: <username>/<type abbrev>/<explanation>, for example elnijs/feat/movie-posters

Current relevant branches

Main branches

Branch Name Purpose
master main development branch
development-milestones branch keeping track of milestones (this branch is deployed)

Other relevant branches

Branch Name Purpose
elnijs-different-way-for-video-syncing Branch that has a polling instead of event based method for syncing videos

Commits

Naming conventions: <gitmoji>-<explanation>, for example: :sparkles: added 'new movie' button
Take a look at gitmoji.dev if you are unfamiliar.

Solid WatchParty Wiki

Home

Development Documentation

Developer Handbook

Git strategy and overview

Other documentation

Findings during solid development

Clone this wiki locally