You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git.Rmd
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ For repositories that we want to generate a public website from (and that do NOT
20
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
21
For repositories to save in `GitHub`, save the repository in the DevPsyLab Organization group: https://github.com/DevPsyLab.
22
22
23
+
However, regardless of whether you will store the repository in `GitHub` or `GitLab`, you will still use `git` for version control via `GitHub Desktop`.
24
+
For information on how to set up and use `git` and `GitHub Desktop`, see Section \@ref(howToUseGit).
25
+
23
26
# Why It is Important to Use `Git`/Version Control {#whyGit}
24
27
25
28
There are many reasons why it is important to use git/version control:
@@ -36,7 +39,7 @@ There are many reasons why it is important to use git/version control:
36
39
- It (`GitHub`/`GitLab`) allows easier collaboration with others on the project
37
40
- It (`GitHub`/`GitLab`) allows easier sharing with outside researchers
0 commit comments