Registry / utility / masterminds-vcs

masterminds-vcs

JSON →
library1.13.3gogounverified

A unified interface for working with various version control systems (Git, Mercurial, Bazaar, etc.).

go get github.com/Masterminds/vcs
INSTALL
IMPORT
SIG · MASTERMINDS-VCS
M
masterminds-vcs
utilitygov1.13.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vcs
github.com/Masterminds/vcs

Clone and interact with a Git repository.

package main import ( "fmt" "github.com/Masterminds/vcs" ) func main() { repo, err := vcs.NewRepo("git", "https://github.com/example/repo.git", "/tmp/repo") if err != nil { panic(err) } fmt.Println(repo.Current()) // Get current branch/tag }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.13.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
masterminds-vcs — go get masterminds-vcs · libregistry