Delphi

Work Efficiently With Git Repositories Using GitForDelphi

GitForDelphi allows you to work with git repositories from within your Delphi code, with the only dependencies being the uGitForDelphi.pas source file and the libgit2 DLL. It’s extremely easy to use GitForDelphi ! To set it up, just add uGitForDelphi to the uses section, and call InitLibgit2; and the libgit2 DLL will be loaded, and its API will be ready to use to read from…
Read more