Skip to content

Commit 8ffdc26

Browse files
committed
Apply more suggestions from code review
1 parent 472c974 commit 8ffdc26

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/manuals/git-clone.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Git is ideal for:
1414
- **Version-controlled data**: Files that change over time and need history tracking
1515
- **Collaborative projects**: Sharing and syncing work with team members
1616

17+
Git is not recommended for research data, although there is nothing wrong with tracking small, non-sensitive data files with Git.
18+
1719
### Prerequisites
1820

1921
- A [GitHub](https://github.com/) or [GitLab](https://about.gitlab.com/) account with access to the desired repository
@@ -152,7 +154,7 @@ This provides a user-friendly alternative to command-line Git operations, especi
152154

153155
**Repository not found**
154156

155-
- Verify the URL is correct
157+
- Verify the URL is correct (e.g. `https` and **not** `ssh`)
156158
- If the repository is private, ensure you have permission to access it
157159

158160
**Large files cause errors**

0 commit comments

Comments
 (0)