git_lab_cli 0.1.2

A custom git command for interacting with a GitLab server
git_lab_cli-0.1.2 is not a library.

git_lab_cli

pipeline status coverage report

WORK IN PROGRESS use at your own risk!

This is a cli tool that adds the lab command to git to enable interaction with a GitLab server.

Features

The tool is designed to work as a custom command to the vanilla git cli command. Current feature include:

  • init -- initialite credentials aganst a remote GitLab server

git-lab by default stores it's config using standard git config machinery.

Installation

For now, this is only available via cargo while under development.

cargo install git_lab_cli

Contributions

Merge requests are welcome. Please raise a merge request on GitLab, not GitHub.

License: MIT