lakeFS
lakeFS copied to clipboard
Support reverting a range of commits
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
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.