I\'m looking at how to import some third part code into a git repository.
The third party code is the \"stm32f10x_stdperiph_lib\" that is provided by ST.
My preference is to create a git repository, update it periodically (git commit -a -m 'Update') and simply link it in my projects (as a directory (ln -s, junction, etc) or as a shared library). For files you don't need, use .gitignore.