Sha256: 94e4e6c38b4845d5206c84c63bb4ff70c1eae54bac4a52a350e4523e951f44cc

Contents?: true

Size: 714 Bytes

Versions: 1

Compression:

Stored size: 714 Bytes

Contents

# Space2underscore
## What is space2underscore
Change the space into underscore.
space2underscore is a useful command when you want to check out a branch.

## Installation
Install it yourself as:

    $ gem install space2underscore

## Usage

From the terminal:

    $ space2underscore new branch -c
    =>  Switched to the new branch 'new_branch’
    =>  Branch has been created.

Or

    $ git branch -m $(space2underscore 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

1 entries across 1 versions & 1 rubygems

Version Path
space2underscore-0.3.1 README.md