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

来源:互联网 发布:二年级体测数据 编辑:程序博客网 时间:2024/06/05 22:40

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.

Follow user 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.

Watch repository button

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

Pull Request Button

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

Issues Button

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

Switch account context dropdown

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

Star a project

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/


0 0
原创粉丝点击