Skip to content

Commit

Permalink
add subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Nov 10, 2023
1 parent be494ba commit 016a5f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions episodes/14-supplemental-rstudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Next, RStudio will ask which existing directory we want to use. Click

![](fig/RStudio_screenshot_navigateexisting.png)

## git init

Ta-da! We have created a new project in RStudio within the existing planets
repository. Notice the vertical "Git" menu in the menu bar. RStudio has
recognized that the current directory is a Git repository, and gives us a
Expand All @@ -108,6 +110,8 @@ by clicking on "Commit..." in the Git menu:

![](fig/RStudio_screenshot_commit.png){alt='RStudio screenshot showing the Git menu dropdown with "Commit..." selected'}

## git diff

This will open a dialogue where we can select which files to commit (by
checking the appropriate boxes in the "Staged" column), and enter a commit
message (in the upper right panel). The icons in the "Status" column indicate
Expand Down

0 comments on commit 016a5f2

Please sign in to comment.