From d3e4155ee0c96c20f0c9ecd3cb243621f910646d Mon Sep 17 00:00:00 2001 From: Joshua Milcette Date: Tue, 8 Feb 2022 12:16:39 -0500 Subject: [PATCH 1/2] Added Bash --- resources/glossary.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/glossary.md b/resources/glossary.md index ab93858..400d43c 100644 --- a/resources/glossary.md +++ b/resources/glossary.md @@ -18,5 +18,8 @@ GitHub repository a project folder with tracking information in it in the form of a .git file + +Bash + a command line tool that is used to manipulate files and directories ``` From f37b6266d351703158f8eb7e45cbd84e49cebf34 Mon Sep 17 00:00:00 2001 From: Sarah Brown Date: Tue, 8 Feb 2022 14:25:22 -0500 Subject: [PATCH 2/2] alphabetize --- resources/glossary.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/glossary.md b/resources/glossary.md index 400d43c..08ee5d2 100644 --- a/resources/glossary.md +++ b/resources/glossary.md @@ -8,6 +8,9 @@ answer. ```{glossary} +Bash + a command line tool that is used to manipulate files and directories + git a version control tool; it's a fully open source and always free tool, that can be hosted by anyone or used without a host, locally only. @@ -19,7 +22,5 @@ GitHub repository a project folder with tracking information in it in the form of a .git file -Bash - a command line tool that is used to manipulate files and directories ```