treeverse / lakeFS

lakeFS - Data version control for your data lake | Git for data
https://docs.lakefs.io
Apache License 2.0
4.37k stars 349 forks source link

Support reverting a range of commits #2573

Open eden-ohana opened 2 years ago

eden-ohana commented 2 years ago

Currently supports revert to single commit or list of commits.

branch revert lakefs://example-repo/example-branch HEAD~1 HEAD~2 HEAD~3

The git command has the ability to revert a range of commits, using a two-dot syntax:

branch revert lakefs://example-repo/example-branch HEAD~1..HEAD~3
github-actions[bot] commented 11 months ago

This issue is now marked as stale after 90 days of inactivity, and will be closed soon. To keep it, mark it with the "no stale" label.