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: content/concepts.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@
21
21
22
22
## Commits, branches, repositories, forks, clones
23
23
24
-
-**repository**: The project, contains all data and history (commits, branches, tags).
25
-
-**commit**: Snapshot of the project, gets a unique identifier (e.g. `c7f0e8bfc718be04525847fc7ac237f470add76e`).
26
-
-**branch**: Independent development line. The main development line is often called `main`.
27
-
-**tag**: A pointer to one commit, to be able to refer to it later. Like a [commemorative plaque](https://en.wikipedia.org/wiki/Commemorative_plaque)
24
+
-{term}`repository`: The project, contains all data and history (commits, branches, tags).
25
+
-{term}`commit`: Snapshot of the project, gets a unique identifier (e.g. `c7f0e8bfc718be04525847fc7ac237f470add76e`).
26
+
-{term}`branch`: Independent development line. The main development line is often called `main`.
27
+
-{term}`tag`: A pointer to one commit, to be able to refer to it later. Like a [commemorative plaque](https://en.wikipedia.org/wiki/Commemorative_plaque)
28
28
that you attach to a particular commit (e.g. `phd-printed` or `paper-submitted`).
29
-
-**cloning**: Copying the whole repository to your laptop - the first time. It is not necessary to download each file one by one.
30
-
-**forking**: Taking a copy of a repository (which is typically not yours) - your
29
+
-{term}`cloning <clone>`: Copying the whole repository to your laptop - the first time. It is not necessary to download each file one by one.
30
+
-{term}`forking <fork>`: Taking a copy of a repository (which is typically not yours) - your
31
31
copy (fork) stays on GitHub/GitLab and you can make changes to your copy.
0 commit comments