Git is awesome
Today I learned I can actually get back in time using git. You can tell git to switch back to particular point in time:
git checkout master@{2020-08-19}
I never really had to use such approach, but it's worth knowing that's possible.
Thanks for reading! Read other posts?