Skip to content

Commit

Permalink
Revert "Update branches_arent_just_for_birds.html"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Mar 11, 2015
1 parent 2822667 commit b667c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/challenges/branches_arent_just_for_birds.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>GitHub Pages</h2>

<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 -b gh-pages</code></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

0 comments on commit b667c0c

Please sign in to comment.