Photon-CI / Photon

An open-source .NET task platform designed for pipeline-as-code automation.
http://photon.ci
GNU General Public License v3.0
5 stars 5 forks source link

Add Git command-line option #42

Closed null511 closed 6 years ago

null511 commented 6 years ago

Add an option for using Git from the command-line rather than the integrated NuGet.Core assembly. This should allow git commands to be used on ARM and Linux x32 platforms, or any platform not supported directly by libgit2.

null511 commented 6 years ago

This feature has been implemented and is working properly, but requires refactoring and code documentation.