From a6cd5526ba4d4eb79551dd3d1aeb47353db9571e Mon Sep 17 00:00:00 2001 From: "A. Kai Armstrong" Date: Thu, 6 Oct 2022 13:24:20 -0500 Subject: [PATCH] glab moved to GitLab as the CLI (#4500) This updates the glab entry to point to the new canonical repo on GitLab. Announcement was made in https://github.com/profclems/glab/issues/983 Co-authored-by: Kai Armstrong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baec4066..9dd0b6d4 100644 --- a/README.md +++ b/README.md @@ -2718,11 +2718,11 @@ _Libraries for validation._ _Libraries for version control._ +- [cli](https://gitlab.com/gitlab-org/cli) - An open-source GitLab command line tool bringing GitLab's cool features to your command line. - [froggit-go](https://github.com/jfrog/froggit-go) - Froggit-Go is a Go library, allowing to perform actions on VCS providers. - [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.