Create a git repo via console
curl -u 'juancho618' https://api.github.com/user/repos -d '{"name":"ReservasRuby"}'
# Remember replace USER with your username and REPO with your repository/application name!
git remote add origin git@github.com:juancho618/ReservasRuby.git
git push origin master