We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10b8f1a + d948595 commit 0791485Copy full SHA for 0791485
doc/Language/glossary.pod6
@@ -709,6 +709,12 @@ means "Paradise."
709
=head1 Repository
710
X<|Repository>
711
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
+
718
=head1 roast
719
X<|roast>
720
0 commit comments