Skip to content

Commit 007db28

Browse files
committed
Fix typo
1 parent 663b285 commit 007db28

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

_sessions/c1s2/1_using_git.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
title: "Intro to Git"
33
---
44

5+
6+
7+
8+
9+
10+
11+
512
Git is a version control system. It allows you to keep the entire history of your code, and makes it easy to share and collaborate with others.
613

714
### Setting up a git repo

_sessions/c1s2/2_pushing_to_github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are several ways of getting GitHub to publish your site as a GitHub page.
1717

1818
To push code up to GitHub, in the GitHub app select the 'Push to Github' button (on the top right). You'll be prompted to choose a name (which might as well be `first_site`).
1919

20-
{% endexercise %}
20+
{% exercise %}
2121
1. Log in to GitHub and check you've verified your email address.
2222
1. In the 'Branches' panel of the GitHub app, change the name of the current branch from `master` to `gh-pages`.
2323
2. Click the 'Push to Github' button in the GitHub app.

0 commit comments

Comments
 (0)