๐Git* solves the problem of managing files
Cliff Brake August 15, 2025 #git #files #collaboration #documentation #management #controlThe thing you get with Git* is a sane way to manage files:
- design/source files
- documentation
- versions
- changes (for text based files)
- history
- collaboration
- automation
- reviews
- releases
- security
Git* is not primarily a way to manage projects, but rather a way to manage and collaborate around files, with some project management thrown in. It is centered around the work, which is the main point. The closer you can keep your project management and other metadata to the actual work, the better.