## 代码部署问题
[php - git拉取代码到服务器产生到问题 - SegmentFault 思否](https://segmentfault.com/q/1010000017471268)
[php - 使用git在服务器上更新代码,经常导致权限变了,日志没有写进去,怎么解决? - SegmentFault 思否](https://segmentfault.com/q/1010000019110432)
需要设置:
```
git config core.filemode false
git config --global core.filemode false
```
不然git pull 时会更改服务器上的文件权限,可能导致日志写不进去。
- 说明
- git配置
- git与github的关系
- 基础概念
- git命令
- git init
- git status
- git diff
- git log
- git reflog
- git add
- git commit
- git reset
- git checkout
- git rm
- git stash
- git remote
- git push
- git clone
- git branch
- git fetch
- git merge
- git rebase
- git pull
- git tag
- 建立版本库
- 分支合并
- 远程库别名
- Pull requests
- 扩展知识
- 功能文件
- 差异看法
- 注意细节
- github移动端
- git工作系统理解
- 仓库嵌套问题
- 仓库的使用问题
- 常用命令
- 学习资料
- 学习总结
- 示例文件
- README.md
- CONTRIBUTING.md
- .gitignore
- coding
- 大小写问题
- 如何贡献
- 使用账号密码clone
- git目录分析
- HEAD
- 代码部署问题
- 开发流程
- 指定公钥文件