libgit2: The Git Library You Dont Know Youre Using
libgit2 is useful for developing custom applications that make use of Git data, and its useful for things like custom validation of code, inspecting data in repositories and code analytics. This ses …
Talk Title | libgit2: The Git Library You Dont Know Youre Using |
Speakers | Edward Thomson (Speaker, Techorama) |
Conference | Automotive Linux Summit & Open Source Summit Japan |
Conf Tag | |
Location | Tokyo, Japan |
Date | Jun 19-22, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
libgit2 is useful for developing custom applications that make use of Git data, and it’s useful for things like custom validation of code, inspecting data in repositories and code analytics. This session will introduce the libgit2 library, and will discuss: * Advantages and disadvantages of using libgit2 versus scripting the git GUI. * Examples of code to work with Git repositories * An introduction to managed code interfaces to libgit2, including LibGit2Sharp and Rugged, for people who prefer to want to add Git I support to their C# or Ruby applications.