开发者

How to use Github? [closed]

开发者 https://www.devze.com 2023-01-22 17:54 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 7 years ago.

Improve this question

I have created a GitHub account.

I'd开发者_运维问答 like to know how to use it and why is should be used.


GitHub hosts git repositories. Git is a Distributed Revision Control System which allows you to store source code (or other data) in a versioned repository, and then (if you so desire) share that information and collaborate with other people.

A good free book to get started with using Git is ProGit ( http://progit.org/book/ )

GitHub hosts Git repositories in such a way that it combines a social networking type site with a programming site to create a social programming site. You can just push your git repos up to GitHub to share your code with the world.


http://try.github.com/levels/1/challenges/1

I was just viewing a git hub tutorial today! Git Hub on code school. You may have to sign up for a free account. I stopped about halfway through because its going to be awhile before I need git hub, but I feel like I learned some stuff.

Are you using a mac? There is a git hub app. http://mac.github.com/ I can't say anything about it though.

0

精彩评论

暂无评论...
验证码 换一张
取 消