tommy-mor / dtorter

WIP/abandoned
Other
2 stars 0 forks source link

git integration of tdslweb needs to read from gh on every load. #67

Closed tommy-mor closed 2 years ago

tommy-mor commented 2 years ago

every page load reads from git.

every write gets committed. (maybe the previous commit gets amended, as to not commit spam) one commit per hour, otherwise amended)

so divergence doesn't happen.

maybe even have commit on write/same logic for emacs desktop. (same code but as bb script)

use jgit with GitHub

tommy-mor commented 2 years ago

done