The Wayback Machine - https://web.archive.org/web/20210813214150/https://github.com/topics/data-versioning
Skip to content
#

data-versioning

Here are 19 public repositories matching this topic...

jptheepic
jptheepic commented Aug 10, 2021

I am running into an error when trying to remove a remote branch.

Reproduce

mkdir project
mkdir my_remote
cd project
dolt init
dolt remote add my_remote file://<path to my_remote>
dolt push --set-upstream my_remote master
dolt checkout -b mybranch
dolt push --set-upstream my_remote mybranch
rm -r .dolt
dolt clone file://<path to my_remote> .
dolt branch -r 
dolt branch 
kedro
lakeFS

Improve this page

Add a description, image, and links to the data-versioning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-versioning topic, visit your repo's landing page and select "manage topics."

Learn more