Skip to content
allseenn edited this page Jun 9, 2018 · 3 revisions

echo "# c" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/allseenn/c.git
git push -u origin master

Clone this wiki locally