Skip to content

Commit

Permalink
Merge pull request #2 from jamespeapen/gitr
Browse files Browse the repository at this point in the history
Add info on using Git from RStudio
  • Loading branch information
kate-t-48 authored Nov 22, 2021
2 parents f9a636c + 5516ca1 commit 26fccb8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

[![Build Status](https://travis-ci.org/VanAndelInstitute/WorldsSimplestCodeReview.png?branch=master)](https://travis-ci.org/VanAndelInstitute/WorldsSimplestCodeReview) [![codecov](https://codecov.io/gh/VanAndelInstitute/WorldsSimplestCodeReview/branch/master/graph/badge.svg)](https://codecov.io/gh/VanAndelInstitute/WorldsSimplestCodeReview)

## Cloning a repo into Rstudio

1. In RStudio, go to File -> New Project

2. In the New Project wizard, choose Version Control -> Git repository

3. Enter the URL of your fork and the location on your local machine where you'd
like the repository saved.

4. Then Create Project.

5. In the top-right panel there should be a 'Git' tab where you can see what's
changed, pull and push commits, and see the commit history.

## How to finish setting up your new package

Now that you've got a working package skeleton, there are a few steps to finish setting up all the integrations:
Expand Down

0 comments on commit 26fccb8

Please sign in to comment.