| Crates.io | glab-push-cli |
| lib.rs | glab-push-cli |
| version | 0.1.4 |
| created_at | 2024-09-25 07:20:56.44042+00 |
| updated_at | 2024-09-25 14:26:53.320726+00 |
| description | A CLI tool that enhances git push for GitLab repositories using GitLab's push options |
| homepage | https://gitlab.com/zegerius/glab-push |
| repository | https://gitlab.com/zegerius/glab-push |
| max_upload_size | |
| id | 1386081 |
| size | 206,679 |
GLab Push is a command-line tool that allows you to push your code to a GitLab repository with magic -o args.
The simplest way is to install the crate using cargo:
cargo install glab-push-cli
alternatively you can build the crate from source:
cargo install --git https://gitlab.com/zegerius/glab-push
or clone the repository and build it manually:
git clone https://gitlab.com/zegerius/glab-push
cd glab-push
cargo install --path .
glab-push-cli
I recommend creating an alias for this command:
alias glp="glab-push-cli"
