Skip to content

Instantly share code, notes, and snippets.

View denegny's full-sized avatar

Art denegny

  • developer
  • Ukranian, Donetsk
  • 07:55 (UTC +03:00)
View GitHub Profile
@denegny
denegny / new_repo.sh
Created March 24, 2018 16:54 — forked from dbb/new_repo.sh
Create a new Github repository from the command line using cURL
curl -F login=$( git config github.user ) -F token=$( git config github.token ) https://github.com/api/v2/yaml/repos/create -F name=$1