nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

[Feature Request] arc revert #196

Open Brilator opened 1 year ago

Brilator commented 1 year ago

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 1 year ago

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

Brilator commented 1 year ago

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

HLWeil commented 1 year ago

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.