Add glab to list of libraries for version control (#3805)

This commit is contained in:
Alex 2021-10-07 04:25:16 +01:00 committed by GitHub
parent f703dd4bd9
commit 444d38fba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2379,6 +2379,7 @@ _**Unofficial** set of patterns for structuring projects._
* [gh](https://github.com/rjeczalik/gh) - Scriptable server and net/http middleware for GitHub Webhooks.
* [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2.
* [githooks](https://github.com/gabyx/githooks) - Per-repo and shared Git hooks with version control and auto update.
* [glab](https://github.com/profclems/glab) - An open-source GitLab command line tool bringing GitLab's cool features to your command line.
* [go-git](https://github.com/go-git/go-git) - highly extensible Git implementation in pure Go.
* [go-vcs](https://github.com/sourcegraph/go-vcs) - manipulate and inspect VCS repositories in Go.
* [hercules](https://github.com/src-d/hercules) - gaining advanced insights from Git repository history.