A git repository is nothing more than a folder with files. Those files can be files with Inventor files with iLogic rules attached. But that does not make any sense. because you will not be able to see/track the changes because git will only show changes in asci files and Inventor files are binary files. Inventor files should be in the vault in my opinion.
On the other hand, external iLogicrules are just asci files. Tracking those with Git is very well possible. (I would think it's a great idea.) It's also not too difficult, just turn your folder with external iLogic rules to a Git repository. I created a little example repository with external iLogic rules from my blog. (I wanted to do that for a long time anyway) Have a look at: https://github.com/hjalte79/blog-rules . You can clone the repository and setup Inventor like this:
And then there are the source codes of addins. Those should definitely be in a git repository. if you are looking for an example have a look here: https://github.com/hjalte79/ShowFullyConstraint
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com