Skip to content

Commit 5d8399b

Browse files
committed
Since it wasn't too obvious
Added a new line that makes it more obvious what command we want to run to prepare for branching.
1 parent c2a0405 commit 5d8399b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guide/challenges/branches_arent_just_for_birds.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ <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>
7274
<p>When you create a branch, Git copies everything from the current
7375
branch you're on and places it in the branch you've requested.</p>
7476

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

184186
</script>
185187
</body>
186-
</html>
188+
</html>

0 commit comments

Comments
 (0)