I am working on a git-related software and I have included unit tests in my code.
I have created a test git project (under a subdirectory) to be used by the tests: resources/test-git-project
This test git project is not associated to any remote, but it contains commits/tags/branches.
What is the safest way to commit the contents of resources/test-git-project
in git?