Sha256: 401c2cd93f298326155b87288f05c2521b1fc16e4326c56597ba009a2c009328
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 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’ 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.2 | README.md |