4 lines
242 B
Text
4 lines
242 B
Text
Git::Repository is a Perl interface to Git, for scripted interactions
|
|
with repositories. It's a low-level interface that allows calling any
|
|
Git command, whether porcelain or plumbing, including bidirectional
|
|
commands such as git commit-tree.
|