search

Home  >  Q&A  >  body text

html5 - 求github相关资料,书籍,视频都可以?

求github相关资料,书籍,视频都可以?

怪我咯怪我咯2873 days ago1236

reply all(11)I'll reply

  • 黄舟

    黄舟2017-04-17 11:09:34

    Phase 1:

    A simple guide to open git first (also mentioned by @xavierskip)
    http://rogerdudler.github.io/git-guide/index.zh.html
    Then try some interactive tutorials:
    http://try.github.io/levels/1/challenges/1 (mentioned by @Robin)
    http://pcottle.github.io/learnGitBranching/ (this one is for the learning branch)

    Second stage:

    Check out Jiang Xin’s "The Definitive Guide to Git"
    After reading this, most operations of git can be done

    The third stage:

    Of course it is the most authoritative ProGit. The following is the Chinese version of the e-book compiled by a person:
    https://github.com/numbbbbb/progit-zh-pdf-epub-mobi
    Of course, you can also go to the official website yourself. After seeing this, I basically swallowed it all.
    If you don’t have enough time, just take a look at this pdf:
    http://www.slideshare.net/ihower/git-tutorial-13695342

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 11:09:34

    The questioner should be asking about Git, right? If you want to ask GitHub, please go directly to https://github.com.

    Basic knowledge

    http://rogerdudler.github.io/git-guide/index.zh.html

    http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html

    A little more complete

    http://gitbook.liuhui998.com/

    http://gitref.cyj.me/zh/about.html

    Incredibly detailed

    http://git-scm.com/book/zh May have been certified by GFW

    Finally, go to GitHub to see and work on projects, and start using Git!

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 11:09:34

    http://help.github.com
    In addition, "Pro Git" seems to be pretty good. In addition, there are many books about Git, and then I will talk about a typical case of Github.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 11:09:34

    Actually, you should know how to use git first, http://git-scm.com/docs。
    If you don’t understand chicken intestines, you can use open source Chinese ones, http://git.oschina.net/

    reply
    0
  • 阿神

    阿神2017-04-17 11:09:34

    GotGitHub, which introduces in detail what GitHub is and how to use it. Naturally, there is also knowledge about git.
    http://www.worldhello.net/gotgithub/index.html

    reply
    0
  • PHPz

    PHPz2017-04-17 11:09:34

    http://rogerdudler.github.io/git-guide/index.zh.html This should be easier to understand~

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 11:09:34

    Try the official github interactive tutorial? http://try.github.io/levels/1/challenges/1

    reply
    0
  • 黄舟

    黄舟2017-04-17 11:09:34

    Didn’t lz ask for github information? Recommendhttp://www.worldhello.net/gotgithub/index.html

    For git, it’s "Pro git". Some friends said that the "Git Definitive Guide" is not recommended. I personally read part of the "Git Definitive Guide" first because I felt it was not very friendly to novices.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 11:09:34

    Jiang Xin's "Git Definitive Guide" is very good and highly recommended. Covering everything from git to github

    reply
    0
  • PHPz

    PHPz2017-04-17 11:09:34

    The most easy-to-understand git tutorial in history

    reply
    0
  • Cancelreply