Skip to content

Commit

Permalink
Merge pull request #1938 from dolthub/fulghum/minor-doc-updates
Browse files Browse the repository at this point in the history
Adding newlines for options
  • Loading branch information
fulghum authored Jan 3, 2024
2 parents 2bbc27d + 7e8d1a4 commit f5ace45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/reference/sql/version-control/dolt-sql-procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ insert into mydb.t1 values (3); -- modifying the `branch2` branch
### Options

`-b`: Create a new branch with the given name.

`-B`: Similar to `-b`, but will move a branch if it already exists.

`-t`: When creating a new branch, set up 'upstream' configuration.

### Output Schema
Expand Down Expand Up @@ -1029,8 +1031,10 @@ Currently only interactive rebases are supported, and there is no support for re

### Options

`--interactive`: Start an interactive rebase. Currently only interactive rebases are supported, so this option is required.
`--interactive` or `-i`: Start an interactive rebase. Currently only interactive rebases are supported, so this option is required.

`--continue`: Continue an interactive rebase after adjusting the rebase plan stored in `dolt_rebase`.

`--abort`: Abort a rebase in progress.

### Output Schema
Expand Down

0 comments on commit f5ace45

Please sign in to comment.