I hereby claim:
- I am vincentv on github.
- I am vincentv (https://keybase.io/vincentv) on keybase.
- I have a public key ASAYXqrJcBvU6oOI8vKo31GrBPkNdcZNhMEuzlT8aV1SeAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| require 'open-uri' | |
| require 'json' | |
| class Jelix < Thor | |
| include Thor::Actions | |
| desc 'branches', 'Listes des branches' | |
| def branches | |
| say remote_branches | |
| end |