Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Think about integrating version control #34

Open
DeflatedPickle opened this issue Oct 31, 2020 · 2 comments
Open

Think about integrating version control #34

DeflatedPickle opened this issue Oct 31, 2020 · 2 comments
Assignees
Labels

Comments

@DeflatedPickle
Copy link
Owner

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
Copy link

nm17 commented Nov 1, 2020

Built in small git client would be the best solution.

@DeflatedPickle
Copy link
Owner Author

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;

  • See the history for a file
  • Clear the history
  • Revert a file to a previous version

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants