[Git] Créer un “remote repository” sur Github en ligne de commande

[Git] Créer un "remote repository" sur Github en ligne de commande.

curl -u 'USERNAME' https://api.github.com/user/repos -d '{"name":"REPOSITORY"}'