Create develop branch from main and document the branching strategy (main/develop/feature/*) in CLAUDE.md to enforce the workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
435 B
Markdown
16 lines
435 B
Markdown
---
|
|
# nuzlocke-tracker-3c9l
|
|
title: Set up branching structure
|
|
status: completed
|
|
type: task
|
|
priority: normal
|
|
created_at: 2026-02-09T15:30:35Z
|
|
updated_at: 2026-02-10T10:49:55Z
|
|
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 |