Created
March 29, 2025 16:44
-
-
Save buendias-dev/8932e79d9824f53e646ae62b39f91d12 to your computer and use it in GitHub Desktop.
Create a new repo and add local files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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