glab-push-cli 0.1.0

A CLI tool that enhances git push for GitLab repositories using GitLab's push options
# GLab Push CLI

GLab Push is a command-line tool that allows you to push your code to a GitLab repository with [magic -o args](https://docs.gitlab.com/ee/topics/git/commit.html#push-options-for-merge-requests).

## Install

```bash
git clone https://gitlab.com/zegerius/glab-push
cd glab-push
cargo install --path .
```

or 

```bash
cargo install --git https://gitlab.com/zegerius/glab-push
```

## Usage

```bash
glab-push-cli
```

I recommend creating an alias for this command:

```bash
alias glp="glab-push-cli"
```