10

Click here to load reader

Integrating Bitbutket into Rstudio-server

Embed Size (px)

Citation preview

Page 1: Integrating Bitbutket into Rstudio-server

BI: Rstudio-server <3 BitbucketWell documented guide for integrating Bitbucket into Rstudio-server in 7 steps

Page 2: Integrating Bitbutket into Rstudio-server

Prequisites

▪ Bitbucket account

▪ BI Rstudio-server account

Page 3: Integrating Bitbutket into Rstudio-server

Step 1: File > New Project > Version Control

Page 4: Integrating Bitbutket into Rstudio-server

Step 2: Select Git > Enter shared repo URL▪ https://[email protected]/congthinh/birepo.git

Page 5: Integrating Bitbutket into Rstudio-server

Step 3: Enter information into shell console$ git config user.email “[email protected]"

$ git config user.name “Thinh Huynh"

New Git tab appears

Page 6: Integrating Bitbutket into Rstudio-server

Step 4: Please mind: Always Pull upon Commit (PuC)

Page 7: Integrating Bitbutket into Rstudio-server

Step 5: Start your first line of code then commit

R scripts here, Save

Unstaged status:- Mark unstaged files- Commit

Page 8: Integrating Bitbutket into Rstudio-server

Step 6: Write commit message then commit

Something has just been changed here

Page 9: Integrating Bitbutket into Rstudio-server

Step 7: Last step is “Push”

Page 10: Integrating Bitbutket into Rstudio-server

Hurrah! Over.

Challenge accepted!