-
Notifications
You must be signed in to change notification settings - Fork 1
Git strategy and overview
Elias Nijs edited this page May 9, 2024
·
1 revision
Naming conventions: <username>/<type abbrev>/<explanation>, for example elnijs/feat/movie-posters
| Branch Name | Purpose |
|---|---|
| master | main development branch |
| development-milestones | branch keeping track of milestones (this branch is deployed) |
| Branch Name | Purpose |
|---|---|
| elnijs-different-way-for-video-syncing | Branch that has a polling instead of event based method for syncing videos |
Naming conventions: <gitmoji>-<explanation>, for example: :sparkles: added 'new movie' button
Take a look at gitmoji.dev if you are unfamiliar.