We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a00e39 commit 9e9a140Copy full SHA for 9e9a140
1 file changed
content/concepts.md
@@ -69,6 +69,18 @@ working with a git repository to which you do not have write access.
69
whereas forking is a particular operation implemented on GitHub/GitLab.
70
71
72
+## Should we clone or fork?
73
+
74
+Should we all work on forks or should we all work inside one repository?
75
76
+- For most small or medium-sized research projects you probably want to **work by
77
+ cloning a repository** that all research group has write access to (we will
78
+ exercise this in the next section).
79
80
+- It's only when you want to contribute to a project that you don't have write
81
+ access to that you need to use **forks** (we will practice this as well).
82
83
84
## Generating from templates
85
86
A repository can be marked as **template** and new repositories can be
0 commit comments