Skip to content

Commit d948595

Browse files
committed
Adds definition for Repository
1 parent 10b8f1a commit d948595

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Language/glossary.pod6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,12 @@ means "Paradise."
709709
=head1 Repository
710710
X<|Repository>
711711
712+
A filesystem under control of a source control management application, usually git,
713+
that holds the sources for a project, library or application. This file, for
714+
instance, is in L<a GitHub repository|https://github.com/perl6/doc>. Repositories store not only
715+
files, but also history of changes and can be used by the developing
716+
or writing team for interaction through issues or comments to code.
717+
712718
=head1 roast
713719
X<|roast>
714720

0 commit comments

Comments
 (0)