html5 - 求github相关资料,书籍,视频都可以?
怪我咯
怪我咯 2017-04-17 11:07:34
0
11
1232

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

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(11)
黄舟

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

洪涛

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!

大家讲道理

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.

伊谢尔伦

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/

阿神

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

PHPzhong

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

伊谢尔伦

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

黄舟

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.

Ty80

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

PHPzhong

The most easy-to-understand git tutorial in history

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template