From 08e1ce47ca5eb03a088a347219eba81f9d58c661 Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Mon, 20 Oct 2025 12:56:06 -0500 Subject: [PATCH] Add bullet for command to list files under version control --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 622c0f5..7f374d0 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ This README takes the place of the usual spots on the public.dillerdigital.com s # Day 1 Resources - [Our class repository on the Diller Digital git server](https://git.dillerdigital.com/DillerDigitalStudents/DD-SWNG-20251020-V) -- [Help for SSH errors](https://docs.gitea.com/help/faq?_highlight=ssh#ssh-common-errors) \ No newline at end of file +- [Help for SSH errors](https://docs.gitea.com/help/faq?_highlight=ssh#ssh-common-errors) +- **Command to list all the files in git repository under version control: `git ls-files` \ No newline at end of file