Skip to content

Instantly share code, notes, and snippets.

@theDreamer911
Created February 24, 2021 07:07
Show Gist options
  • Save theDreamer911/a9535fdbd7c560abece354d674606539 to your computer and use it in GitHub Desktop.
Save theDreamer911/a9535fdbd7c560abece354d674606539 to your computer and use it in GitHub Desktop.
echo "# nothing" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/theDreamer911/nothing.git
git push -u origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment