Skip to content

Commit 72dd931

Browse files
ShaivanBhagatjelletreep
authored andcommitted
update cli help guide
1 parent 2650ca4 commit 72dd931

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

docs/manuals/git-clone.qmd

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Git is not recommended for research data, although there is nothing wrong with t
1818
### Prerequisites
1919

2020
- 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
28+
- **Jupyter Notebook/VRE Lab**: Click `+` in file browser → Select `Terminal`
29+
- **Windows workspaces**: Use PowerShell or Command Prompt
30+
- **Desktop workspaces**: Open the Terminal application
2131

2232
## Quick Start: Clone a Repository
2333

@@ -40,14 +50,7 @@ git --version
4050
2. Click the `Clone` button
4151
3. Copy the HTTPS URL
4252

43-
### Step 2: Open a Terminal
44-
45-
- **Python Workbench/CLI workspaces**: Open a terminal
46-
- **Jupyter Notebook/VRE Lab**: Click `+` in file browser → Select `Terminal`
47-
- **Windows**: Use PowerShell or Command Prompt
48-
- **Desktop workspaces**: Open the Terminal application
49-
50-
### Step 3: Clone the Repository
53+
### Step 2: Clone the Repository
5154

5255
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:
5356
```bash

0 commit comments

Comments
 (0)