You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: handson_branch.Rmd
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This document follows set-up from the [previous document](handson.html)
9
9
10
10
## Standard Edit
11
11
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
13
13
- Commit your changes
14
14
15
15
## Branch
@@ -18,7 +18,10 @@ This document follows set-up from the [previous document](handson.html)
18
18
- The funny icon (see image, below) is used to **create** and **checkout** a branch
19
19
- 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>>` )
20
20
- 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`
0 commit comments