git for Windows
- $ npm install git
- $ git config –global user.name “My Name”
- $ git config –global user.email [email protected]
- $ git init
- $ git add yourfile
- $ git status 查看状态
- $ git commit -m “description”
- $ git push -u origin master
这份连接还行,讲得较为详细:http://blog.jobbole.com/102957/