touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:<username>/<reponame>.git
git push -u origin master
Last active
November 19, 2019 23:23
-
-
Save GiuseppeMP/4d1bd843ad111572d11cd81ca9ad6343 to your computer and use it in GitHub Desktop.
Create repository using cli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment