Skip to content

Commit acd9ef5

Browse files
author
Jessica Lord
committed
Revert "Since it wasn't too obvious"
1 parent adbaf2c commit acd9ef5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guide/challenges/branches_arent_just_for_birds.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ <h2>GitHub Pages</h2>
6969
<code>http://githubusername.github.io/repositoryname</code>
7070

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

@@ -185,4 +183,4 @@ <h2>Tips</h2>
185183

186184
</script>
187185
</body>
188-
</html>
186+
</html>

0 commit comments

Comments
 (0)