Integration with GIT

5

I would like to know if Git provides an integration API, such as I am developing a C # application and would like to know if you have any way to get the files from the last Commit . I took a look at the GIT website, but I did not find anything about it.

If you have a simple way to do this, post an example, otherwise, post a link on the subject.

Thank you.

    
asked by anonymous 20.08.2014 / 22:52

1 answer

7

It has:

  

link

Incidentally, it also has NuGet package, if your solution uses packages:

  

link

    
20.08.2014 / 22:57