mirror of
https://github.com/supabase/supabase.git
synced 2026-05-23 10:21:37 +08:00
16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
---
|
|
id: supabase-db-switch
|
|
title: "supabase db switch"
|
|
slug: supabase-db-switch
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/cli.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabsPanel from '@theme/TabsPanel';
|
|
|
|
```
|
|
Switch branches.
|
|
|
|
Usage:
|
|
supabase db switch <branch name>
|
|
``` |