标签:完成 git push pre remote hub first 文件 进入 style
git init
git remote add origin https://github.com/zxy1994/zxyJsDemo.git
touch .gitignore #创建.gitignore文件
git add .
git commit -m "first commit"
git push -u origin master
标签:完成 git push pre remote hub first 文件 进入 style
原文地址:http://www.cnblogs.com/zeng1994/p/7397590.html