如何快速的入门 github?
高洛峰
高洛峰 2017-04-24 09:12:39
0
9
916

昨天下载了,一个人捣鼓半天,什么github图形界面,git shell,git bash把我搞昏了.是不是只用github图形界面操作就可以了?顺便求个比较好的入门的教程,网上的教程大多都是命令详解的,少有的几个讲实例操作过程的我照着做还报错。

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(9)
巴扎黑

Getting started with Github is not difficult, but getting started with Git is more difficult;
Github just adds social collaboration to Git;

If you have no idea about Git, you can start learning from here:

Pro Git

You can just read the first four chapters and then refer to them later when needed;

Then take a look at the Help page of Github. If you feel that the Help page has many entries, you can just look at the following ones:
1. Bootcamp
2. Setup
3. Using Git

Then, you can basically get started. Don’t be afraid to use the command line, it’s easy...

Peter_Zhu

I’ve seen some tutorials, and I think the easiest one to understand is this one

黄舟

You can consider using github windows first
https://windows.github.com

Secondly, you can take a look at github help
https://help.github.com

Chinese tutorial
http://www.yangzhiping.com/tech/github.html
http://blog.csdn.net/zxycode007/article/details/9124723

刘奇

Error finding tutorial.. Recommend this: http://www.worldhello.net/gotgithub/
If your English is good, you can check out Github’s Blog and help documentation:
https://github.com/blog
https://help.github.com/

In addition, there is a difference between Git and Github, the author must clarify it first.
Git is just a version control tool. There are many websites that support this tool. The well-known websites are Github, BitBucket, Gitorious,
Domestic OSChina warehouse and CSDN warehouse also provide support for Git.

In addition to hosting code, Github has become a transportation hub in the open source world.
If you want to learn how to use Github... read more official content.

伊谢尔伦

Some of Git’s new concepts are somewhat different from other version control systems.
It's not difficult to use, but it requires in-depth exploration to take advantage of the features of git.
Jiang Xin's "Git Authoritative Guide" is good.

Ty80

In my opinion, only this introductory git operation tutorial written by Liao Xuefeng is the best.
http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000

伊谢尔伦

http://rogerdudler.github.io/git-guide/index.zh.html
The simplest introduction to git=. =

In addition, if you are a windows or mac user, it is recommended to use source tree. .

When I first used GitHub, I often encountered conflicts in its client. . Then it won’t happen anymore (╯‵□′)╯︵┻━┻

洪涛

Please take a look at the tutorial I wrote. Github does not lack tutorials, but it lacks best practice steps
How many steps do you need to use github from a newbie? Github introductory tutorial

How many steps are needed to close an elephant in the refrigerator?

The first step is to open the refrigerator door
Step 2: Put the elephant in
Step 3 Close the refrigerator door
So how many steps does it take to learn github from never knowing it? You will know it after reading this article.

What is Github? If you are familiar with svn, you will know that it is a code warehouse that can store your code and has version control functions, as well as git's unique branch processing functions.

So far, it only takes eight steps to learn github from scratch, which is to put the elephant in the refrigerator twice (it seems to be one step more than putting the elephant in the refrigerator twice, quack)

When you want to modify the code, just repeat steps 5 to 8

阿神

Get used to the command line...
Give me a few links for my study
* A simple guide to git
* Git book Chinese
* Learning Git

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