Skip to content

Instantly share code, notes, and snippets.

@scotopic
Created July 20, 2020 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scotopic/da0efe9c7771d1957d6374ee9e04265f to your computer and use it in GitHub Desktop.
Save scotopic/da0efe9c7771d1957d6374ee9e04265f to your computer and use it in GitHub Desktop.
# Create a new repo
https://github.com/new
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/<yourname>/<your-repo>.git
git push -u origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment