README.md in git_httpsable-push-0.1.0 vs README.md in git_httpsable-push-0.1.1
- old
+ new
@@ -91,9 +91,29 @@
Or install it yourself as:
$ gem install git_httpsable-push
+## Commands
+
+```
+Commands:
+ git-httpsable-push help [COMMAND] # Describe available commands or one specific command
+ git-httpsable-push push # Git Push via HTTPS
+ git-httpsable-push version # Show the GitHttpsable::Push version
+
+Usage:
+ git-httpsable-push push
+
+Options:
+ [--debug], [--no-debug]
+ [--verbose], [--no-verbose]
+ -f, [--force]
+ [--tags], [--no-tags]
+
+Git Push via HTTPS
+```
+
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment. Run `bundle exec git_httpsable-push` to use the code located in this directory, ignoring other installed copies of this gem.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).