How to use Git-Media in C#
I am us开发者_如何学Cing git (Git Sharp) in a C# application. Now I want to use Git-Media in C#. Are there any tools available which will allow me to use Git-Media in C# applications?
AFAIK, there are NO tools available to use Git-media from C#.
You just need to see if you can interface with the Ruby code from your C# application. Maybe you should rephrase your question to reflect this?
精彩评论