Skip to content

Commit

Permalink
switch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jtr13 committed Oct 15, 2019
1 parent 1c5bda1 commit 0f52744
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion github_resources.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@ How you sync depends on whether you are syncing with your own repo ("origin") or

**Your repo**

Click the pull button (down arrow) in the Git pane in RStudio. Or you can type `git pull` in the Terminal. So simple and so important. Make it a habit.
Switch to the master branch, then click the pull button (down arrow) in the Git pane in RStudio. Or you can type the following in the Terminal:

`> git checkout master`
`> git pull`

So simple and so important. Make it a habit.

**Someone else's repo**
Expand Down

0 comments on commit 0f52744

Please sign in to comment.