└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Github学习指南 2 | Github指南汇集了各类Github学习资料,给大家提供方便。本指南将不断更新,大家有好的资源欢迎Pull Requests! 3 | 4 | 本指南最开始的雏形来源于[**本人blog**](http://hujiandong.com), 以前更新在blog上,为了以后让更多人参与进来,本人将它放在Github。 5 | 6 | ------ 7 | **欢迎在Github或者个人blog上关注我** 8 | 9 | Github: 10 | 11 | Blog: 12 | 13 | ------ 14 | # 目录 15 | - [Git](#git) 16 | - [Git视频](#git视频) 17 | - [Git Flow(成功的Git分支模型)](#git-flow成功的git分支模型) 18 | - [Git UI](#git-ui) 19 | - [Github](#github) 20 | - [Github系列教程](#github系列教程) 21 | - [GitHub Pages](#github-pages) 22 | - [GitBook](#gitbook) 23 | * [CI](#ci) 24 | - [Travis CI](#travis-ci) 25 | * [插件](#插件) 26 | 27 | # Git 28 | 官方文档: 29 | 30 | |Pro Git(必看)|网址| 31 | |-----|------| 32 | |英文|https://git-scm.com/book/en/v2| 33 | |中文|https://git-scm.com/book/zh/v2| 34 | 35 | 廖雪峰Git教程: 36 | 37 | 在线学习:http://learngitbranching.js.org/?NODEMO 38 | 39 | git简明指南:http://rogerdudler.github.io/git-guide/index.zh.html 40 | 41 | Githug(git 学习工具): https://github.com/Gazler/githug 42 | 43 | Git使用技巧:https://github.com/git-tips/tips 44 | 45 | ## Git UI 46 | git for Windows: https://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git 47 | 48 | tortoisegit: https://code.google.com/p/tortoisegit/ 49 | 50 | Sourcetree: https://www.sourcetreeapp.com/ 51 | 52 | ## Git Flow(成功的Git分支模型) 53 | A successful Git branching model: http://nvie.com/posts/a-successful-git-branching-model/ 54 | 55 | 翻译:http://www.juvenxu.com/2010/11/28/a-successful-git-branching-model/ 56 | 57 | 工具:https://github.com/nvie/gitflow 58 | 59 | git-flow 备忘清单: http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html 60 | 61 | ## Git视频 62 | Learn git in 20 minutes: 63 | 64 | Git Video Tutorial1-4: 65 | 66 | # Github 67 | GitHub 的帮助页面:https://help.github.com/ 68 | 69 | Github Pull Requests: 70 | 71 | |使用GitHub进行团队合作|网址| 72 | |------|-----| 73 | |英文| | 74 | |中文| | 75 | 76 | 如何发现优秀的开源项目: 77 | 78 | GitHub秘籍: 79 | 80 | 如何高效利用GitHub:http://www.yangzhiping.com/tech/github.html 81 | 82 | 怎样使用 GitHub(文科妹纸):https://www.zhihu.com/question/20070065/answer/79557687 83 | 84 | GitHub 漫游指南(Phodal): https://github.com/phodal/github-roam 85 | 86 | 如何編輯Github Wiki:https://github.com/g0v/dev/wiki/%E5%A6%82%E4%BD%95%E7%B7%A8%E8%BC%AF-Wiki 87 | 88 | Github添加图片的方法: http://stackoverflow.com/questions/13808020/include-an-svg-hosted-on-github-in-markdown 89 | 90 | GitHub 使用: https://gold.xitu.io/post/5846aee5ac502e006bb45d7e 91 | 92 | 你必须『收藏』的Github技巧: https://gold.xitu.io/post/58509f8161ff4b00683a360c 93 | ## Github系列教程 94 | |从0开始学习 GitHub 系列|网站| 95 | |----|---| 96 | |初识 GitHub|| 97 | |加入Github|| 98 | |Git速成|| 99 | |向Github提交代码|| 100 | |Git进阶|| 101 | 102 | # GitHub Pages 103 | jekyll官方教程(中文):http://jekyllcn.com/ 104 | 105 | hexo官方教程(中文):https://hexo.io/zh-cn/docs/index.html 106 | 107 | 简明Github Pages与Hexo教程:http://www.jianshu.com/p/05289a4bc8b2 108 | 109 | 像 geek 一样写博客:http://wiki.jikexueyuan.com/project/github-page/ 110 | 111 | Hexo搭建GitHub博客系列: http://zhiho.github.io/categories/hexo/ 112 | 113 | # Gitbook 114 | GitBook 简明教程:http://www.chengweiyang.cn/gitbook/index.html 115 | 116 | Gitbook 使用入门:https://github.com/wwq0327/gitbook-zh 117 | 118 | # CI 119 | ## Travis CI 120 | 121 | 官方教程:https://docs.travis-ci.com/user/getting-started/ 122 | 123 | Android项目持续集成-Travis CI: http://hujiandong.com/2016/08/01/android-continuous-integration-travis/ 124 | 125 | # 插件 126 | octotree(浏览器扩展,树状格式显示GitHub的代码):https://github.com/buunguyen/octotree 127 | 128 | ###License 129 | ![](https://i.creativecommons.org/l/by-nc/4.0/88x31.png) 130 | 131 | 版权采用[CC Attribution-NonCommercial](http://creativecommons.org/licenses/by-nc/4.0/) 132 | 中文:[署名-非商业性使用协议](http://creativecommons.org/licenses/by-nc/3.0/cn/). 133 | 134 | © 2016 [JasonThink](http://hujiandong.com) rights reserved. 135 | --------------------------------------------------------------------------------