Appearance
每天记录一点点
git init git clone ... git remote -v
git add . git commit -m "description" git push -u origin master
git pull