Skip to content

Commit eba3567

Browse files
20250812 - GitHub vs GitLab
1 parent e03dca3 commit eba3567

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

git.Rmd

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ knitr::opts_chunk$set(
1111

1212
For code below, Open `Git` (or Powershell, Terminal, Command Prompt, etc.) in directory of repository and use the relevant code.
1313

14-
# Why It is Important to Use `Git`/Version Control
14+
# When to Use GitHub vs GitLab {#GitHubVsGitLab}
15+
16+
We use repositories for version control of code and data files (see the next section for more information on why).
17+
For data security, we use the university's Enteprise instance of `GitLab` (https://research-git.uiowa.edu) for repositories that include data files.
18+
For repositories that we want to generate a public website from (and that do NOT include study data), we use `GitHub` (https://github.com).
19+
20+
For repositories to save in `GitLab`, save the repository in the relevant subproject folder of the PetersenLab Group: https://research-git.uiowa.edu/PetersenLab.
21+
For repositories to save in `GitHub`, save the repository in the DevPsyLab Organization group: https://github.com/DevPsyLab.
22+
23+
# Why It is Important to Use `Git`/Version Control {#whyGit}
1524

1625
There are many reasons why it is important to use git/version control:
1726

0 commit comments

Comments
 (0)