Get the latest tech news
Versioning FreeCAD Files with Git (2021)
How to efficiently version control FreeCAD files using git
), and transferring files between machines using Nextcloud, a project that I'd been working on for a couple days became broken to the point where I could no longer modify the sketches, rendering it useless. Unfortunately there isn't a standard process to git control a zipped folder, though I have come across a couple methods which when used together, result in an adequate solution. The second isn't as much a tool as it is a snippet from a blog post about diffing zip files using the diff attribute.
Or read this on Hacker News