Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"vcs/git" package: VCS utility functions to interact with Git repos #9

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

svengreb
Copy link
Owner

Resolves #8

In order to simplify interactions with various version control
systems [1], golib initially provides the vcs/git [2] package that
provides utility functions for Git [3] repositories.

It makes use of the github.com/go-git/go-git/v5 [4] module, a highly
extensible Git implementation in pure Go, instead of just trying to use
the Git binary executable that may have been installed on the current
system.
The github.com/Masterminds/semver/v3 [5] module is used to provide a
stable and flexible way to work with Semantic Versions [6].

[1]: https://en.wikipedia.org/wiki/Version_control
[2]: https://pkg.go.dev/github.com/svengreb/golib/pkg/vcs/git
[3]: https://git-scm.com
[4]: https://pkg.go.dev/github.com/go-git/go-git/v5
[5]: https://pkg.go.dev/github.com/Masterminds/semver/v3
[6]: https://semver.org

GH-8
@svengreb svengreb added this to the 0.1.0 milestone Nov 20, 2020
@svengreb svengreb self-assigned this Nov 20, 2020
@svengreb svengreb merged commit d21a699 into main Nov 20, 2020
@svengreb svengreb deleted the feature/gh-8-vcs_git-pkg branch November 20, 2020 20:06
@svengreb svengreb removed their assignment Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"vcs/git" package: VCS utility functions to interact with Git repositories
1 participant