Skip to content

Commit 5cf223b

Browse files
committed
more instructions
1 parent a0ee131 commit 5cf223b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

handson_branch.Rmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document follows set-up from the [previous document](handson.html)
99

1010
## Standard Edit
1111

12-
- Add your name and a bulleted list with three of your favorite foods
12+
- Add your name and a bullet list with three of your favorite foods
1313
- Commit your changes
1414

1515
## Branch
@@ -18,7 +18,10 @@ This document follows set-up from the [previous document](handson.html)
1818
- The funny icon (see image, below) is used to **create** and **checkout** a branch
1919
- Clicking the icon invokes a *new branch* function. (Don't type the next command. Just know invoking the brach via RStudio makes git spawn the following command: `git checkout <<branch-name>>` )
2020
- For a branch name, in the branch text box, type: `version2`
21-
- Moving back to the text editor in RStudio, create a new markdown document listing 3 favorite movies. Save the file as `movies.md`
21+
- Click `Create`
22+
23+
Moving back to the text editor in RStudio, create a new markdown document listing 3 favorite movies. Save the file as `movies.md`
24+
2225
- Commit your changes
2326

2427
```{r echo=FALSE, fig.align='center', fig.cap="Create Branch"}

0 commit comments

Comments
 (0)