lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

Support reverting a range of commits

Open eden-ohana opened this issue 2 years ago • 1 comments

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

eden-ohana avatar Oct 18 '21 09:10 eden-ohana