touch README.md
git init
git commit -m "first commit"
git remote add origin http://192.168.111.85:3000/shu/LPWeb.git
git push -u origin master
pause