Tuesday, April 13, 2021

Everyday Superpowers: Recover from pre-commit-adjacent file losses

Pre-commit is a immensely useful tool for your projects. I use it for every project I work on.

In a rare event, it might seem as though you lost many modified files—potentially hours of work, but the truth is your files are safe, and it's easy to restore them.


Read more...


from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...