## 代碼部署問題
[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
- 代碼部署問題
- 開發流程
- 指定公鑰文件