Git及其二次开发

Git And TFS:

将 Visual Studio 用于 Git:http://msdn.microsoft.com/zh-cn/library/hh850437.aspx

  TFVC 和 Git 之间做出选择的比较图表:http://msdn.microsoft.com/zh-cn/library/ms181368.aspx

用程序来操作Git

libgit2:纯C语言实现的Git开发包:http://www.kankanews.com/ICkengine/archives/69302.shtml

libgit2sharp:https://github.com/libgit2/libgit2sharp/wiki

运行libgit2sharp中的测试需要的软件 TestDriven.Net:http://testdriven.net/quickstart.aspx

使用libgit2sharp的一些参考:

Getting Started with LibGit2Sharp http://www.woodwardweb.com/git/getting_started_2.html

LibGit2Sharp Hitchhiker's Guide to Git https://github.com/libgit2/libgit2sharp/wiki/LibGit2Sharp-Hitchhiker's-Guide-to-Git

Make a commit to a non-bare repository https://github.com/libgit2/libgit2sharp/wiki/Git-commit

原文地址:https://www.cnblogs.com/qianblue/p/3772136.html