Skip to content

Instantly share code, notes, and snippets.

View michelepeixoto's full-sized avatar

Michele Peixoto michelepeixoto

View GitHub Profile
@michelepeixoto
michelepeixoto / readme
Created November 21, 2017 17:47
First
echo "# first" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/michelepeixoto/first.git
git push -u origin master