首先将仓库拷贝到本地:git clone http://zhangchiisgy@git.tianmaying.com/zhangchiisgy/music-163-crawler.git
转到music-163-crawler仓库(cd music-163-crawler)
新建分支 git checkout -b html-parser
将代码提交到暂存区 git add .
commit项目 git commit -m"second lesson"
提交项目 git push origin html-parser