Git repository for a project that has files in unrelated directories
问题 I need to publish several related Arduino projects on GitHub. For this purpose, I'm figuring out how to run Git. In my project, I have split the code into libraries and the higher level application. Libraries are shared across several projects. Arduino environment (like many others) dictates the directory for the libraries that the libraries should reside at <arduino>\libraries\<my_library> . So, the files necessary to build the projects are split between several unrelated directories. From