您的位置:首页 > 编程语言

Mac之Git/GitHub使用(4)——Be Social

2014-04-07 20:33 531 查看
2014-04-07 wcdj

摘要:最后一篇文章主要介绍GitHub的Social Coding的方法,也可以回顾前三篇文章《Mac之Git/GitHub使用(1)——Set
up Git 》、《Mac之Git/GitHub使用(2)——Create A Repo》、《Mac之Git/GitHub使用(3)——Fork
A Repo》介绍GitHub的基础用法。

Follow A Friend

One of the great features on GitHub is the ability to see what other people are working on and who they are connecting with.When you follow someone, you'll get notifications on your dashboard about their GitHub activity.

GitHub最显著的一个功能是可以帮助我们查看别人创建的repo代码,我们可以选择follow某个感兴趣的人,也可以star某个感兴趣的repo。

Step 1: Pick a friend.

Why not follow one of these cool people from GitHub (including their pet tanuki!):

Step 2: Follow that friend (in a non-creepy way)

Once you are on one of their pages, click the "follow" button.



Congratulations! You are now following a friend. 是的,你可以直接follow
Linus Torvalds

Watch A Project

At some point you may want to stay up-to-date with a specific project. We've made this easy to do.

当我们Watch一个repo时,一旦repo发生更新我们就可以及时得到通知。

Watch a project

Our friend the Octocat has a project called
Hello World that we'd like to watch.

Once you are on the project page, you will notice there is a "watch" button at the top of the page. Click on it.



Congratulations! You are now watching the Hello World project. If the Octocat updates it, you will see what happened in your dashboard.

More Things You Can Do

You've done some of the most basic social interaction GitHub has to offer, but don't stop there! Check out these other social features:

是的,我们已经学习到了常用的Social Coding的方法,但是GitHub还有一些更高级的方法。

Pull Requests



You may find yourself wanting to contribute to someone else's project, whether to add features or to fix bugs. After making changes, you can let the original author know about them by sending apull
request.

Issues



When you are collaborating on a project with someone, you sometimes come across problems that need to be fixed. To help you keep track of these problems, each GitHub repository has a section called Issues. For an example, check out theissues
for the Spoon-Knife repository.

Organizations



Have you found yourself wishing you could collaborate with multiple developers on one project? You can manage everyone with Organizations! With an organization you can establish teams with special permissions, have a public organization profile, and keep
track of activity within the organization.

Explore



Discover interesting projects from across GitHub in the
Explore and
Trending sections. You can then star projects that you find interesting and want to come back to later—just visit yourStars page to see all your starred projects.

Celebrate

Congratulations! You are quite the socialite.

Set Up Git
Create A Repository
Fork A Repository
Be Social

到此,关于GitHub集训营的所有知识都介绍完毕,下面就让Social Coding融入到我们程序员的生活中吧。



参考

[1] https://help.github.com/articles/be-social
[2] https://help.github.com/

[3] https://help.github.com/articles/what-are-other-good-resources-for-learning-git-and-github
[4] https://guides.github.com/

[5] http://gitref.org/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: