Commit a902c78 Anita
committed
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ This is often referred to as a **content management system** (CMS).
8
8
At the start of each step, you will need to 'checkout' to a new branch on Git.
9
9
At the top of your instructions you'll see something like this:
10
10
11
- ```
11
+ ``` bash
12
12
git checkout [name of a particular branch]
13
+ git merge [name of previous branch]
13
14
```
14
15
15
16
Make sure to checkout to the relevant branch before continuing.
@@ -29,4 +30,4 @@ Your mentor is there to help you. Don't let them die of boredom - talk to them
29
30
* [ Step 8 - get ready for the cms project] ( step8.md )
30
31
* [ Step 9 - build the CMS] ( step9.md )
31
32
* [ Step 10 - save your blog posts] ( step10.md )
32
- * [ strech - stretch goals] ( stretch.md )
33
+ * [ stretch - stretch goals] ( stretch.md )
You can’t perform that action at this time.
0 commit comments