15 lines
413 B
Markdown
15 lines
413 B
Markdown
|
|
---
|
||
|
|
# nuzlocke-tracker-3c9l
|
||
|
|
title: Set up branching structure
|
||
|
|
status: todo
|
||
|
|
type: task
|
||
|
|
created_at: 2026-02-09T15:30:35Z
|
||
|
|
updated_at: 2026-02-09T15:30:35Z
|
||
|
|
parent: nuzlocke-tracker-ahza
|
||
|
|
---
|
||
|
|
|
||
|
|
Create the `develop` branch from `main` and establish the `main`/`develop`/`feature/*` branching workflow.
|
||
|
|
|
||
|
|
- Create `develop` branch from current `main`
|
||
|
|
- Push `develop` to remote
|
||
|
|
- Set `develop` as the default working branch
|