Skip to content

Commit 2248fff

Browse files
committed
Add in repository
1 parent ab9be45 commit 2248fff

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

entries.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@ entries:
55
links:
66
- title: "Dependency management documentation, Aire docs"
77
url: "https://arcdocs.leeds.ac.uk/aire/usage/dependency_management.html"
8+
9+
- term: "Directory"
10+
definition: "Another word for 'folder', specifically used on Linux machines."
11+
tags: ["linux"]
12+
links:
13+
- title: "The Linux Directory Structure, Explained"
14+
url: "https://www.howtogeek.com/117435/htg-explains-the-linux-directory-structure-explained/"
15+
16+
- term: "Repository"
17+
definition: "Another word for 'folder' or 'directory', specifically used for folders with version control active, e.g. 'a git repository'."
18+
tags: ["linux", "version control"]
19+
links:
20+
- title: "Repository (version control) - Wikipedia page"
21+
url: "https://en.wikipedia.org/wiki/Repository_(version_control)"
822

923
- term: "Version control system [VCS]"
1024
definition: "A version control system [VCS] tracks work and changes to files/folders, often attaching the name of the user responsible for the changes. Popular VCSs include git and SVN."
11-
tags: ["git", "version control", SVN]
25+
tags: ["git", "version control", "SVN"]
1226
links:
1327
- title: "Wiki page on version control"
1428
url: "https://en.wikipedia.org/wiki/Version_control"

0 commit comments

Comments
 (0)