summaryrefslogtreecommitdiff
path: root/_posts/2011-02-18-be-social.markdown
blob: 75e45bd475ff1c07d4bf3f16dedcf971a3490949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: default
title: Be Social
description: Follow a friend. Watch a project.
categories: bootcamp
main_category: bootcamp
---

<span class="intro">If you&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span>

##<span>First:</span> 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 will get notifications on your dashboard about their GitHub activity.

1. <span class="step-title">Pick a friend.</span>

	Why not follow one of these cool people?
	<div class="founders">
	<a href="https://github.com/mojombo" class="founder" target="_blank">
	<img src="https://secure.gravatar.com/avatar/25c7c18223fb42a4c6ae1c8db6f50f9b" width="50" height="50"/>
	<h4>Tom Preston-Werner</h4>
	<p>mojombo</p>
	</a>
	<a href="https://github.com/defunkt" class="founder" target="_blank">
	<img src="https://secure.gravatar.com/avatar/b8dbb1987e8e5318584865f880036796" width="50" height="50"/>
	<h4>Chris Wanstrath</h4>
	<p>defunkt</p>
	</a>
	<a href="https://github.com/pjhyett" class="founder" target="_blank">
	<img src="https://secure.gravatar.com/avatar/290cf664d9e6f823fc3af57556493db7" width="50" height="50"/>
	<h4>PJ Hyett</h4>
	<p>pjhyett</p>
	</a>
	<a href="https://github.com/schacon" class="founder" target="_blank">
	<img src="https://secure.gravatar.com/avatar/9375a9529679f1b42b567a640d775e7d" width="50" height="50"/>
	<h4>Scott Chacon</h4>
	<p>schacon</p>
	</a>
	</div>
	
	Who are these fine fellows? Why the founders of GitHub, of course!

2. <span class="step-title">Follow a friend</span>

	Once you are on one of their pages, click the &ldquo;follow&rdquo; button.
	
	<img src="/images/bootcamp/bootcamp_4_follow.jpg" width="558" height="151" alt="Click &ldquo;Follow"  />
	
	Congratulations! You are now following a friend.

##<span>Next:</span> Watch A Project

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

1. <span class="step-title">Watch a project</span>

	Our friend the Octocat has a project called <a href="https://github.com/octocat/Hello-World" target="_blank">Hello World</a> that we&rsquo;d like to watch.
	
	Once you are in the project page, you will notice there is a &ldquo;watch&rdquo; button at the top of the page. Click on it.
	
	<img src="/images/bootcamp/bootcamp_4_watch.jpg" width="558" height="151" alt="Click &ldquo;Watch" />
	
	Congratulations! You are now watching the the Hello World project. If the Octocat updates it, you will see what happened in your dashboard.

##<span>Then:</span> More Things You Can Do

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

- <span class="step-title">Pull Requests</span>

	<img src="/images/bootcamp/bootcamp_4_pull_requests.jpg" width="558" height="100" alt="Pull Requests" class="bootcamp top-margin"/>

	You may find yourself wanting to contribute to someone else&rsquo;s project, whether to add features or to fix bugs. After making changes, you can let the original author know about them by sending a [pull request](/pull-requests/).
	
- <span class="step-title">Issues</span>
	
	<img src="/images/bootcamp/bootcamp_4_issues.jpg" width="558" height="131" alt="Issues" class="bootcamp top-margin"/>

	When you are collaborating on a project with someone, you some times come across problems that need to be fixed. To help you keep track of these problems, each GitHub repo has a section called Issues. For an example, check out the [issues](https://github.com/octocat/Spoon-Knife/issues) for the Spoon-Knife repo.
	
- <span class="step-title">Organizations</span>

	<img src="/images/bootcamp/bootcamp_4_org.jpg" width="558" height="200" alt="Organizations" class="bootcamp top-margin"/>
	
	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.
	
##<span>Lastly:</span> Celebrate

Congratulations! You are quite the socialite. What do you want to do next?

<ol class="next-steps">
<li><a href="/set-up-git-redirect/">Set Up Git</a></li>
<li><a href="/create-a-repo/">Create A Repository</a></li>
<li><a href="/fork-a-repo/">Fork A Repository</a></li>
<li>Be Social</li>
</ol>