Repository

What is Repository?

A “repository” is a term used to refer to a “place” where something is stored. What is stored in the repository depends on the context or field.

In Simple Terms

A repository is a “storage location.” The specific content stored varies depending on the situation.

In Detail

  • Version Control Systems: In systems like Git or SVN, a repository is a place where files and their change history are stored.
  • Linux: In the context of Linux, a repository often refers to a location where software packages are stored, such as a “yum repository” where software installation sources are kept.

Summary

When you see the term “repository,” think of it as a “place where something is stored” and check what is specifically stored in that context.