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