Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 238 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 238 Bytes

Manage-for-ME

echo "# Manage-for-ME" >> README.md

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/vickeyhuang/Manage-for-ME.git
git push -u origin master