While using git, we all have our code in our own repository, pushing to and pulling from a bare repository.
If I need parts of the newest code in a specific folder for later use by an automated script, what would be the best way to get the code from the personal repository to that specific folder? (Is there a "git way" of doing this?)
Thank you.