Sha256: 701cc040d9e45f848483bea37f2191b7444d713035ad66d760dcfaa6323a948a
Contents?: true
Size: 1014 Bytes
Versions: 1
Compression:
Stored size: 1014 Bytes
Contents
# Space2dash [![Build Status](https://travis-ci.org/sachin21/space2dash.svg?branch=master)](https://travis-ci.org/sachin21/space2dash) ## What is space2dash Change the space into dash. space2dash is a useful command when you want to check out a branch. ## Installation Install it yourself as: $ gem install space2dash ## Usage From the terminal: ### 1. e.g. Create the new branch ``` $ space2dash new branch -c => Switched to the new branch 'new_branch’ ``` Run with `--create` or `-c` options. ### 2. e.g. Rename the already created a branch ``` $ git branch -m $(space2dash renamed branch) ``` When option is nothing, space2dash has outputted to the standard output. ## Shorthand A shorthand alias for space2dash can also be used. ``` s2d new branch ``` ## 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 |
---|---|
space2dash-0.0.4 | README.md |