>[info] 这里记录了我学习git和github时的学习资料
1. [廖雪峰Git/github教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/) (已读完)
2. [GitHub秘籍(中文版)](http://www.kancloud.cn/thinkphp/github-tips) (已读完)
3. [Github 漫游指南](http://www.kancloud.cn/kancloud/github-roam)(在读:80%)
4. [GotGitHub](http://www.kancloud.cn/kancloud/how-to-use-github) (在读:90%)
5. [沉浸式学 Git](http://www.kancloud.cn/kancloud/igit) (在读:70%)
6. [Pro Git 第二版(中文版)](http://www.kancloud.cn/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
- 代码部署问题
- 开发流程
- 指定公钥文件