mirror of
https://github.com/supabase/supabase.git
synced 2026-06-01 10:21:10 +08:00
16 lines
338 B
Plaintext
16 lines
338 B
Plaintext
---
|
|
id: supabase-db-branch-create
|
|
title: "supabase db branch create"
|
|
slug: supabase-db-branch-create
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/cli.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabsPanel from '@theme/TabsPanel';
|
|
|
|
```
|
|
Create a branch.
|
|
|
|
Usage:
|
|
supabase db branch create <branch name>
|
|
``` |