# ncre_org--libgit2sharp_demo **Repository Path**: repok/ncre_org--libgit2sharp_demo ## Basic Information - **Project Name**: ncre_org--libgit2sharp_demo - **Description**: http://giteaz:3000/ncre_org/libgit2sharp_demo.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-05 - **Last Updated**: 2024-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **libgit2sharp使用例子** [libgit2sharp.git](https://github.com/libgit2/libgit2sharp.git) ### 正常获得某提交的文件列表 `commit0的文件列表 == diff(commit0.tree, commit1.tree) == libgit2.git_diff_tree_to_tree(commit0.tree, commit1.tree)` ### csharp项目创建、运行 [csharpPrj_create.md](http://giteaz:3000/ncre_org/libgit2sharp_demo/src/tag/tag_release/doc/csharpPrj_create.md)