Tim Sehn

Results 334 comments of Tim Sehn

It would be even cooler to be able to do it with sql: `dolt add -sql "select * from table where"`

Understood :-) My point is that we should implement both.

In Git this must be enabled by a flag: ``` --allow-unrelated-histories By default, git merge command refuses to merge histories that do not share a common ancestor. This option can...

At the same time we do this we may also want to implement `dolt branch --orphan`/`dolt checkout -b --orphan`. https://git-scm.com/docs/git-checkout/2.14.6#Documentation/git-checkout.txt---orphanltnewbranchgt

Definitely run this by @reltuk. Seems like a promising avenue for optimization even if this might be a bit too much.

https://docs.dolthub.com/guides/contributing

This is something we can certainly consider. Right now, the way we recommend do this is using a schema branch and merges in the application. When you are using a...

> Should I open a separate issue? https://github.com/dolthub/dolt/issues/3922 @macneale4 Maybe we should open individual issues for the commands that don't work with a running server?