Git Comparison#
We aim to match our CLI command behavior as closely to their Git equivalent as possible. This page lists the commands that are currently supported, and any known limitations.
Setup and Config#
| Component | Supported | Notes and limitations |
|---|
config | β
| |
help | π | |
Getting and Creating Databases#
| Component | Supported | Notes and limitations |
|---|
init | β
| |
clone | β
| |
Basic Snapshotting#
| Component | Supported | Notes and limitations |
|---|
add | β
| |
status | β
| |
commit | β
| |
notes | β | |
restore | β | |
reset | β
| |
rm | π | See dolt table rm |
mv | π | See dolt table mv |
Branching and Merging#
| Component | Supported | Notes and limitations |
|---|
branch | β
| |
checkout | β
| |
merge | β
| |
log | β
| |
stash | β
| |
tag | β
| |
worktree | β | |
switch | β | |
Sharing and Updating Databases#
| Component | Supported | Notes and limitations |
|---|
fetch | β
| |
pull | β
| |
push | β
| |
remote | β
| |
Inspection and Comparison#
| Component | Supported | Notes and limitations |
|---|
show | π | not supported for merge commits or internal objects |
diff | β
| |
range-diff | β | |
shortlog | β | |
Patching#
| Component | Supported | Notes and limitations |
|---|
cherry-pick | β
| |
rebase | β
| |
revert | β
| |
Debugging#
| Component | Supported | Notes and limitations |
|---|
bisect | β | |
blame | β
| |
Administration#
Plumbing Commands#
| Component | Supported | Notes and limitations |
|---|
check-ignore | β | |
ls | β
| |
merge-base | β
| |
rev-list | β | |
rev-parse | β | |
name-rev | β | |
show-ref | β | |
update-ref | β | |
If you are interested in a command that is currently unsupported, please open an issue or contact us on discord.