Sha256: 2ed7e31437a2f0dec04272ca61729eae74d9db4a2d72e1bdb6b6470a406662d7

Contents?: true

Size: 639 Bytes

Versions: 2

Compression:

Stored size: 639 Bytes

Contents

# 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:

    $ space2dash new branch -c
    =>  Switched to the new branch 'new-branch’

Or

    $ git branch -m $(space2dash renamed branch) # Output to the standard output

## 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
space2dash-0.0.3 README.md
space2dash-0.0.2 README.md