echo "# notepad" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/icemonkey/notepad.git
git push -u origin master
| Name | Name | Last commit date | ||
|---|---|---|---|---|
echo "# notepad" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/icemonkey/notepad.git
git push -u origin master