BEWARE: This is just a proof of concept at the moment! It patches functions from FreeCAD to make it possible
USE WITH CAUTION AT YOUR OWN RISK!
Target of this workbench is to allow easy versioning of your FreeCAD projects. If a FreeCAD file is inside a git repo, all changes (i.e. you pressed save) should be automatically commited.
Install python-git
(GitPython).
This workbench should have the following features:
- automatically create a new commit when the file is saved
- create a new git repo at the current folder of the file
- create tags
// TODO
- turn autocommit on and off
// TODO
- create own commits with messages
// TODO
- show that this file is under version control
// TODO
- ???
- Maybe merge in WebTools
// TODO
Do you like to contribute to this project? Nice! I appreciate it and would be happy over every pull request I receive!
Want to discuss this project in more detail? Please follow the discussion thread on the FreeCAD forums.
The git logo is released as Creative Commons by https://git-scm.com/downloads/logos. The other icons are released under MIT Licence from https://github.com/primer/octicons.