this post was submitted on 09 Aug 2023
17 points (100.0% liked)
F-Droid
8114 readers
28 users here now
F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.
Matrix space | forum | IRC
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There's one based on Git, but haven't been updated for a while: Git Journal
Using git it's probably the most easy and lightweight method to VC plain text, and you will probably just need to use the
git commit
command most of the time.I personally just use a bash script and run it through Tasker and Termux to sync my text notes to GitHub.
Really? I am currently using RCS for my simpler version control needs, and Git for larger and collaborative projects.