Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save buendias-dev/8932e79d9824f53e646ae62b39f91d12 to your computer and use it in GitHub Desktop.
Save buendias-dev/8932e79d9824f53e646ae62b39f91d12 to your computer and use it in GitHub Desktop.
Create a new repo and add local files
# Login with a HTTPS (classic) token
gh auth login
git init
git add .
git commit -m "first version"
gh repo create ****PROYECT_NAME**** --private --source=. --remote=origin
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment