简体   繁体   中英

How to retrieve file history from git repository using c#?

is there a way how to retrieve file history from git repository using c#? Some framework would be nice.

By file history I mean just names and change dates.

What you are looking for is libgit2sharp .

This very good library is, for example, used by Microsoft for visual studio support of git.

Feel free to look at the wiki to get good examples...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM