I try to use a Git repository as a source in my WPF application but will not change anything in these files, thats above my programming skills.
I am using VS Express for Windows 2013 RC1 and do have a local copy of Git repository files available in my Team explorer tab, can see that the Fetch is working.
What I don't understand and can't find is how to make a link to the repository files in my C# application.
When I do copy all the files to my application directory it is working, but I don't think that this is the correct way.
So, how do I make the (local) Git repository copy available in my project?