this post was submitted on 10 Apr 2024
355 points (97.1% liked)
ADHD memes
8278 readers
436 users here now
ADHD Memes
The lighter side of ADHD
Rules
Other ND communities
- ADHD - Generic discussion
- Ausome Memes
- Autism
- AuDHD
- Neurodivergence
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you work a lot with plain-text files (markdowns, office documents CSV etc.) try learning Git. It is a version control tool - it keeps timestamped versions of your documents, so if you edit something wrong, or delete a wrong file you can bring it back by "checking out" a previous version.
It's a software development tool originally, so learning it might be daunting for a lot of folks - fear not, download a graphical Git client app and look up some tutorials.
I promise once you get the hang of it, it will be hard to imagine doing anything without it.
One of those tools I wish were more popular among people who are not into software/engineering.
Git is more power than humanity was meant to have.
Indeed it is! That is why we are blessed to have its power obscured by an incomprehensible CLI, aside from a few most common use cases. Still very worth it though.