From 08fbbf4c098e649f9101543f33f6fc2f6be9da02 Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Mon, 20 Oct 2025 12:21:30 -0500 Subject: [PATCH 1/5] Add heading for Day 1 resources in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f90943a..c33f948 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # DD-SWNG-20251020-V +# Day 1 Resources +- [Our class repository](https://git.dillerdigital.com/DillerDigitalStudents/DD-SWNG-20251020-V) From aded4ca15ee661fa1607207de0b702230aae622b Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Mon, 20 Oct 2025 12:24:12 -0500 Subject: [PATCH 2/5] Add link to SSH help in Gitea --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c33f948..ecc3d29 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ # Day 1 Resources - [Our class repository](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 From 22a56f5130974554a40f3d483c62739a808050ed Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Mon, 20 Oct 2025 12:31:14 -0500 Subject: [PATCH 3/5] Add explanatory text for the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecc3d29..8d264f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # DD-SWNG-20251020-V +This README takes the place of the usual spots on the public.dillerdigital.com server. # Day 1 Resources - [Our class repository](https://git.dillerdigital.com/DillerDigitalStudents/DD-SWNG-20251020-V) From f9559a8bd7167c8b94273467cc5d6f0dab00a5c9 Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Mon, 20 Oct 2025 12:31:38 -0500 Subject: [PATCH 4/5] Update the link to the class repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d264f3..622c0f5 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ This README takes the place of the usual spots on the public.dillerdigital.com server. # Day 1 Resources -- [Our class repository](https://git.dillerdigital.com/DillerDigitalStudents/DD-SWNG-20251020-V) +- [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 From 08e1ce47ca5eb03a088a347219eba81f9d58c661 Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Mon, 20 Oct 2025 12:56:06 -0500 Subject: [PATCH 5/5] 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