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: docs/manuals/git-clone.qmd
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,16 @@ Git is not recommended for research data, although there is nothing wrong with t
18
18
### Prerequisites
19
19
20
20
- A [GitHub](https://github.com/) or [GitLab](https://about.gitlab.com/) account with access to the desired repository
21
+
- Experience with Command Line Interface (CLI) is helpful. If you're new to using command line, check out this introductory workshop by Utrecht University's Digital Competence Center: [Introduction to Bash](https://utrechtuniversity.github.io/workshop-introduction-to-bash/).
22
+
23
+
Commands with git are run with the command line. Follow the instructions below to open a terminal in your workspace.
24
+
25
+
### Open a Terminal
26
+
27
+
-**Python Workbench/CLI workspaces**: Open a terminal
-**Desktop workspaces**: Open the Terminal application
49
-
50
-
### Step 3: Clone the Repository
53
+
### Step 2: Clone the Repository
51
54
52
55
In the terminal, first navigate to the folder where you want to put the repository (e.g. inside your [storage volume](../first-steps.qmd#create-storage-volume) and run:
0 commit comments