Requirement
- make history for web text/code source files.
- login-worker is only me, i.e personal usage.
- automatically save history for each updated files(no require at once but at least once per week)
- It must be a simple way to start and work.
- I have 3 work places so need to do async files.
- (not must but hopefully for future working environment) Any other non-engineer can also understand the location of history file and can see it easily.
Current way: I made history folder the day, download files in there for edit, copy files when I edit/creat new one.
Advantage of the current way: Very quick and simple, no need to do additional task to make history
Disadvantage of the current way: Messy. Whenever day I work, I create a new history folder to keep downloaded files, so that it is messy in Finder(or windows explore). Also, I don't have a way to Doing Async files for sure with in other places.
I tested to use GIT before, I had Thought GIT automatically save files I edit and save with a editor, but that was not the case. Also GIT is too complicated to use/start. If you recommend GIT, you need to show me ways to deal with the problem I had, for instance, simple GIT GUI with limited options without merging/project/branch etc because of personal usage for maintaining just one website.
Do you know any way to do version control personally and simply?
Thanks.