Sha256: 49a643e5d2738595451600484ce838dfbe134e806197ee055bb69bd6c3f7c7a3
Contents?: true
Size: 987 Bytes
Versions: 1
Compression:
Stored size: 987 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 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
glman-0.0.5 | README.md |