>[info] 這里記錄了我學習git和github時的學習資料
1. [廖雪峰Git/github教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/) (已讀完)
2. [GitHub秘籍(中文版)](http://www.hmoore.net/thinkphp/github-tips) (已讀完)
3. [Github 漫游指南](http://www.hmoore.net/kancloud/github-roam)(在讀:80%)
4. [GotGitHub](http://www.hmoore.net/kancloud/how-to-use-github) (在讀:90%)
5. [沉浸式學 Git](http://www.hmoore.net/kancloud/igit) (在讀:70%)
6. [Pro Git 第二版(中文版)](http://www.hmoore.net/kancloud/progit)
[github上,我如果fork了別人的項目, 進行了改動。。 原版更新了。。 我要合并他的最新版使用rebase嗎?](https://segmentfault.com/q/1010000002457936)
其它學習資料見瀏覽器git收藏夾
- 說明
- 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
- 代碼部署問題
- 開發流程
- 指定公鑰文件