昨天下载了,一个人捣鼓半天,什么github图形界面,git shell,git bash把我搞昏了.是不是只用github图形界面操作就可以了?顺便求个比较好的入门的教程,网上的教程大多都是命令详解的,少有的几个讲实例操作过程的我照着做还报错。
巴扎黑2017-04-24 09:14:39
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...
天蓬老师2017-04-24 09:14:39
I’ve seen some tutorials, and I think the easiest one to understand is this one
黄舟2017-04-24 09:14:39
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
怪我咯2017-04-24 09:14:39
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.
伊谢尔伦2017-04-24 09:14:39
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.
PHP中文网2017-04-24 09:14:39
In my opinion, only this introductory git operation tutorial written by Liao Xuefeng is the best.
http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000
伊谢尔伦2017-04-24 09:14:39
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 (╯‵□′)╯︵┻━┻
PHP中文网2017-04-24 09:14:39
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
阿神2017-04-24 09:14:39
Get used to the command line...
Give me a few links for my study
* A simple guide to git
* Git book Chinese
* Learning Git