Skip to content

Instantly share code, notes, and snippets.

@meneerferment
Created December 14, 2017 15:38
Show Gist options
  • Save meneerferment/e5752ab79c2abf8a1948fd96aa184fa2 to your computer and use it in GitHub Desktop.
Save meneerferment/e5752ab79c2abf8a1948fd96aa184fa2 to your computer and use it in GitHub Desktop.
echo "# meneerferment.github.io" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/meneerferment/meneerferment.github.io.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment