标签:项目文件 origin lang 语句 完成 push blog print 创建
git init
git remote add origin https://github.com/zxy1994/zxyJsDemo.git
touch .gitignore #创建.gitignore文件
git add .
git commit -m"first commit"
git push origin master
标签:项目文件 origin lang 语句 完成 push blog print 创建
原文地址:http://www.cnblogs.com/zxy0216/p/7207310.html