Sha256: 8707f0ba52c47c1d7ade570c4e89e95d5b8387b69659ec5e1f7692c910210e02

Contents?: true

Size: 1016 Bytes

Versions: 2

Compression:

Stored size: 1016 Bytes

Contents

# Glman

GitLab bash manager

## Installation

    $ gem install glman

## Usage

### Configuration

setup

    $ glman config <gitlab_url> <private_token> --init

show

    $ glman config

### Aliases

create 

    $ glman alias <user_email> <alias>

clear all aliases

    $ glman alias --clear

### User cache

build cache

    $ glman cache

clear cache

    $ glman cache --clear

### Merge requests

make default: (make merge request from current branch to master with last commit message)

    $ glman mr <user_email_or_alias>

make with git push <origin> current_branch

    $ glman mr <user_email_or_alias> --push <origin(default 'origin')>

make full syntax

    $ glman mr <user_email_or_alias> <message> <target_branch>

show merge requests

    $ glman mr --show


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
glman-0.0.4 README.md
glman-0.0.3 README.md