nfdi4plants/ARCCommander

[Feature Request] arc revert

Brilator opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
It's easy to mess up an ARC / the ISA structure.
It's hard to "undo" this.

Describe the solution you'd like
Would be nice to have an option arc revert (similar to git revert) to revert the last commit.

Additional context
Maybe even automate to list the last x commits to choose from.

HLWeil commented

Hey, so I see the appeal of this functionality. But I'm not sure about the gain compared to just using git revert instead.

Maybe to hand over to ARCitect?
Not sure, if ARCitect runs any git commands itself or leverages arc commander only.

HLWeil commented

Getting the commit history is a single command anyways. So if ARCitect would implement this GUI-supported reversion, it would probably also be better off just calling git log.