学习gitbook
基本信息设置
1.1 设置用户名
git config --global user.name 'szyue_ma'
1.2.设置用户名邮箱
git config --global user.email '402870645@qq.com'
生成ssh-key
// ToDo
通过git管理github托管项目代码
git clone -b '分支' ‘仓库’
git add .
git commit -m ''
git push origin 分支名