mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-06 19:35:18 -05:00
Update README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<img height="100" src="./docs/Dolt-Logo@3x.svg"/>
|
||||
<img height="100" src="./images/Dolt-Logo@3x.svg"/>
|
||||
|
||||
# Dolt is Git for Data!
|
||||
|
||||
@@ -526,11 +526,11 @@ Hate the command line? Let's use [Tableplus](https://tableplus.com/) to make som
|
||||
|
||||
Now, to connect you must select MySQL as the connection type. Then enter a name for your connection, `getting_started` as your database, and `root` as your user.
|
||||
|
||||

|
||||

|
||||
|
||||
Click connect and you'll be presented with a familiar database workbench GUI.
|
||||
|
||||

|
||||

|
||||
|
||||
## Make changes on a branch
|
||||
|
||||
@@ -549,7 +549,7 @@ call dolt_commit('-am', 'Modifications on a branch');
|
||||
|
||||
Here's the result in Tableplus.
|
||||
|
||||

|
||||

|
||||
|
||||
Back in my terminal, I cannot see the table modifications made in Tableplus because they happened on a different branch than the one I have checked out in my session.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user