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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request