DeflatedPickle / Quiver

A resource pack creator and manager for Minecraft
https://www.planetminecraft.com/mod/programme-quiver---resource-pack-creatormanager/
MIT License
65 stars 9 forks source link

Think about integrating version control #34

Open DeflatedPickle opened 3 years ago

DeflatedPickle commented 3 years ago

It could be helpful in some cases to have backups of some files as they change. The best solution seems to be version control, with the ability to see each file's history

nm17 commented 3 years ago

Built in small git client would be the best solution.

DeflatedPickle commented 3 years ago

Git is what I was thinking, as that's all I've used. But it's how it should be presented to the user that I'm conflicted with

Some users might want control of when things are comitted, some might want branching, some might want rebasing. Some might want it all automated

I want users to at least be able to;

Which I have GUI in mind to do

I also want the Git stuff to be a plugin. Which means I now need events for when files should be commited, and the structure of that needs thought