a console application to keep track of your todos
git clone git@github.com:olvap/pato-manager.git
cd pato-manager
bundle
create a new task
ruby todo.rb new [task_name]
list all task
ruby todo.rb all
Fork it ( https://github.com/olvap/pato-manager.git )
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 a new Pull Request