知乎专栏 | 多维度架构 | | | 微信号 netkiller-ebook | | | QQ群:128659835 请注明“读者” |
配置GIT环境 git config --global user.name "Neo Chan" git config --global user.email netkiller@msn.com 克隆仓库 git clone https://github.com/freebook/PHP.git ... 编辑文件 ... 提交文件 git add * git commit -a 推送文件 git push origin master