摘要:
```
# create a new repository on the command line echo "# teamworkflow" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/liujitao/teamwork... 阅读全文
posted @ 2016-03-18 10:21
北京涛子
阅读(140)
评论(0)
推荐(0)