Skip to content

Commit

Permalink
Merge pull request jlord#151 from zg/patch-1
Browse files Browse the repository at this point in the history
Since it wasn't too obvious
  • Loading branch information
Jessica Lord committed Mar 9, 2015
2 parents c2a0405 + 5d8399b commit 165570d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guide/challenges/branches_arent_just_for_birds.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ <h2>GitHub Pages</h2>
<code>http://githubusername.github.io/repositoryname</code>

<h2>Step: Create a branch</h2>
<p>Let's start by creating a new branch on your fork for your contribution:</p>
<p><code>$ git checkout gh-pages</code></p>
<p>When you create a branch, Git copies everything from the current
branch you're on and places it in the branch you've requested.</p>

Expand Down Expand Up @@ -183,4 +185,4 @@ <h2>Tips</h2>

</script>
</body>
</html>
</html>

0 comments on commit 165570d

Please sign in to comment.