Examples
2018.4.25 github创建新项目
echo "# IntegrateDemo" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/weijia-git/IntegrateDemo.git
git push -u origin master
posted on 2018-04-25 16:30  先行一步  阅读(146)  评论(0编辑  收藏  举报
Examples