From 80338f3783668988b56a6032435f7b69c5949544 Mon Sep 17 00:00:00 2001 From: Hana Debay Date: Fri, 31 Jul 2026 19:08:17 +0300 Subject: [PATCH 1/2] add my note for lab 1 --- participants/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/participants/README.md b/participants/README.md index 36bfdb7..83b1361 100644 --- a/participants/README.md +++ b/participants/README.md @@ -4,4 +4,6 @@ Add your name below when you complete Lab 1! One line per person, at the end of ## Participants -- (facilitator) David Edu, workshop facilitator \ No newline at end of file +- (facilitator) David Edu, workshop facilitator +Hana Debay +July 31 2026 From 35b2811bd919b8c00d5a231f9ebbd8f2083d33e6 Mon Sep 17 00:00:00 2001 From: Hana Debay Date: Sat, 1 Aug 2026 18:14:36 +0300 Subject: [PATCH 2/2] locking branch --- src/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index b43a15f..ed20df0 100644 --- a/src/app.js +++ b/src/app.js @@ -1,2 +1,4 @@ // Intentionally minimal — this repo teaches Git, not JavaScript. -console.log("Git & GitHub Masterclass workshop app placeholder."); \ No newline at end of file +console.log("Git & GitHub Masterclass workshop app placeholder."); + +//locking branch \ No newline at end of file