libgit2.org
A cross-platform, linkable library implementation of Git that you can use in your application.
Package Information
- Domain:
libgit2.org
- Name:
libgit2.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install git2
Programs
This package provides the following executable programs:
git2
Aliases
This package can also be accessed using these aliases:
git2
Available Versions
Show all 12 versions
1.9.1
,1.9.0
,1.8.4
,1.8.3
,1.8.2
1.8.1
,1.8.0
,1.7.2
,1.7.1
,1.7.0
1.6.5
,1.6.4
Latest Version: 1.9.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +libgit2.org@1.9.1 -- $SHELL -i
Dependencies
This package depends on:
libssh2.org^1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.libgit2org
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.