dwmkerr / dwmkerr/git-workforest
feat: git forest branch -l compatibility
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
## Summary
- `git forest branch` should mirror `git branch` — listing branches, creating branches, etc.
- `git forest branch -l` should work like `git branch -l`, showing all trees with `*`/`+` prefixes
- This is the natural git-compatible way to list trees, complementing `git forest status`
## Context
The status command already uses `git branch -l` conventions (`*` for active, `+` for worktrees, default branch first). A `git forest branch` subcommand would make this discoverable via the familiar git interface.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.