# 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 The simplest way is to install the crate using cargo: ```bash cargo install glab-push-cli ``` alternatively you can build the crate from source: ```bash cargo install --git https://gitlab.com/zegerius/glab-push ``` or clone the repository and build it manually: ```bash git clone https://gitlab.com/zegerius/glab-push cd glab-push cargo install --path . ``` ## Usage ```bash glab-push-cli ``` I recommend creating an alias for this command: ```bash alias glp="glab-push-cli" ``` ## Screenshot ![Screenshot](img/screenshot.png)