Github Repo Init
Init repo out of the new repo
git init
gh repo create your-project-name --private --source=. --remote=upstream
That will create repo and add remote.
Init repo out of the new repo
git init
gh repo create your-project-name --private --source=. --remote=upstream
That will create repo and add remote.