README.md in h2ocube_rails_tasks-0.0.9 vs README.md in h2ocube_rails_tasks-0.0.10
- old
+ new
@@ -22,11 +22,11 @@
# has .git folder
rake git:clear # Clear files in .gitignore
rake git:commit[comment] # Git commit with your comment
rake git:pull # Git pull
- rake git:push[comment] # Git push with your comment
+ rake git:push[comment, to] # Git push with your comment
# has unicorn.rb
rake unicorn:restart # Hot restart unicorn server
rake unicorn:start # Start unicorn server
rake unicorn:stop # Stop unicorn server
@@ -62,9 +62,11 @@
rake resque:stop # Stop Resque worker
rake resque:web # Start Resque web interface
# others
rake locales:sort # Sort config/locales/*.yml
+ rake db:dump # Dump all database
+ rake backup # Backup all things
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)