From f27bf1b1b608df3880c926a8740a90a3089399ba Mon Sep 17 00:00:00 2001 From: shreyas Date: Fri, 11 Jan 2019 14:29:41 -0700 Subject: [PATCH] Added Rstudio's repo as a submodule in the R/Rstudio folder --- .gitmodules | 4 ++++ R/RStudio | 1 + 2 files changed, 5 insertions(+) create mode 160000 R/RStudio diff --git a/.gitmodules b/.gitmodules index ccacea7..56784fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = Business_Science/business-science-repo url = https://github.com/business-science/cheatsheets.git branch = master +[submodule "R/RStudio"] + path = R/RStudio + url = https://github.com/rstudio/cheatsheets.git + branch = master diff --git a/R/RStudio b/R/RStudio new file mode 160000 index 0000000..54f418c --- /dev/null +++ b/R/RStudio @@ -0,0 +1 @@ +Subproject commit 54f418c245ba22ee2f65ff2b760c77650c08888e