git笔记
1.windows下使用git管理github项目 http://apps.hi.baidu.com/share/detail/47006361
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