1.windows下使用git管理github项目 [url]http://apps.hi.baidu.com/share/detail/47006361[/url]
2.常用命令
移除 git rm test.txt
帮助文档 git help git
新增 git add icon.png manifest.json
提交 git commit -m "git hello world"
同步到github git push -u origin master
2.常用命令
移除 git rm test.txt
帮助文档 git help git
新增 git add icon.png manifest.json
提交 git commit -m "git hello world"
同步到github git push -u origin master