Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gitctl

[![CI](https://github.com/BjoernKarma/gitctl/actions/workflows/ci.yaml/badge.svg)](https://github.com/BjoernKarma/gitctl/actions/workflows/ci.yaml)
[![Release](https://img.shields.io/github/v/release/BjoernKarma/gitctl)](https://github.com/BjoernKarma/gitctl/releases/latest)
[![Go Version](https://img.shields.io/github/go-mod/go-version/BjoernKarma/gitctl)](https://github.com/BjoernKarma/gitctl/blob/main/go.mod)
[![Go Report Card](https://goreportcard.com/badge/github.com/bjoernkarma/gitctl)](https://goreportcard.com/report/github.com/bjoernkarma/gitctl)
[![License](https://img.shields.io/github/license/BjoernKarma/gitctl)](https://github.com/BjoernKarma/gitctl/blob/main/LICENSE)

## Description

`gitctl` is a command-line interface (CLI) tool designed to simplify and streamline your GitLab workflow. It is built with Go and is designed to be easy to use and highly efficient.
Expand Down
Loading