diff options
Diffstat (limited to '_posts/2011-02-18-be-social.markdown')
| -rw-r--r-- | _posts/2011-02-18-be-social.markdown | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/_posts/2011-02-18-be-social.markdown b/_posts/2011-02-18-be-social.markdown new file mode 100644 index 0000000..fc06e97 --- /dev/null +++ b/_posts/2011-02-18-be-social.markdown @@ -0,0 +1,72 @@ +--- +layout: default +title: Be Social +description: Follow a friend. Watch a project. +categories: bootcamp +main_category: bootcamp +--- + +<span class="intro">If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. Being social is one of the key features of GitHub. Open source projects become even more awesome when people come together to collaborate and we are happy to help that happen!</span> + +##<span>First:</span> Follow A Friend + +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 “follow” button. + + <img src="/images/bootcamp/bootcamp_4_follow.jpg" width="558" height="151" alt="Click “Follow" /> + + Congratulations! You are now following a friend. You will be notified about their activity on GitHub. + +##<span>Next:</span> 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. + +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’d like to watch. + + Once you are in the project page, you will notice there is a “watch” button at the top of the page. Click on it. + + <img src="/images/bootcamp/bootcamp_4_watch.jpg" width="558" height="151" alt="Click “Watch" /> + + Congratulations! You are now watching the the Hello World project. If the Octocat updates it, you will be notified. + +##<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>
\ No newline at end of file |
