From ffae96df03f0047180ba58b71c971430b77b7c8e Mon Sep 17 00:00:00 2001 From: bodoszidi Date: Thu, 21 May 2026 18:50:36 +0100 Subject: [PATCH 1/5] Q&A 1. corrected the answer --- homework.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homework.md b/homework.md index 1a8a59b2..5e867547 100644 --- a/homework.md +++ b/homework.md @@ -2,7 +2,7 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? @@ -22,4 +22,4 @@ It send it to a friend ## 6. What is a Pull Request? -When you send a file over the internet +When you send a file over the internet \ No newline at end of file From 56781bc50bc9bb880210e1b7fc16612309546eec Mon Sep 17 00:00:00 2001 From: bodoszidi Date: Thu, 21 May 2026 18:57:27 +0100 Subject: [PATCH 2/5] Q&A 2. corrected the answer Q&A 3. provided 3 exemples --- homework.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/homework.md b/homework.md index 5e867547..022e7b26 100644 --- a/homework.md +++ b/homework.md @@ -6,11 +6,15 @@ ## 2. What is JavaScript? -An exciting new play about coffee. +JavaScript is a programing languages ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +With Git Hub you can creat your own verison of your code in the same time with others. Once you done with your version you can request to overview your code and merge the changes into the main project. + +You can revisit your changes - with every commit you creat a snapshot of your work. + +You can access the repository from anywhere as it’s cloud based. ## 4. What happens when you `fork` a repository? From f3c29d033cdd88d83477e804566fc058ee3ca2ce Mon Sep 17 00:00:00 2001 From: bodoszidi Date: Thu, 21 May 2026 18:59:06 +0100 Subject: [PATCH 3/5] Q&A 4. updated the answer --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index 022e7b26..a75d6d73 100644 --- a/homework.md +++ b/homework.md @@ -18,7 +18,7 @@ You can access the repository from anywhere as it’s cloud based. ## 4. What happens when you `fork` a repository? -You delete it +With a fork you creat a copy of the repository but under your name - whit the forked repot you can start working on your own ideas and you can share this later once it’s completed. ## 5. What happens when you clone a repository? From 89a55c97b289adeedc6b3dfb4c6e73249e4dab8f Mon Sep 17 00:00:00 2001 From: bodoszidi Date: Thu, 21 May 2026 19:03:52 +0100 Subject: [PATCH 4/5] Q&A 5. updated answer --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index a75d6d73..0cb4e35c 100644 --- a/homework.md +++ b/homework.md @@ -22,7 +22,7 @@ With a fork you creat a copy of the repository but under your name - whit the fo ## 5. What happens when you clone a repository? -It send it to a friend +When you clone the repository - you dowload the files the completed history to your own computer. ## 6. What is a Pull Request? From afcf1095a05806317308f74108d32ebd153dc34f Mon Sep 17 00:00:00 2001 From: bodoszidi Date: Thu, 21 May 2026 19:06:30 +0100 Subject: [PATCH 5/5] Q&A 6. updated answer --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index 0cb4e35c..e1fcdd12 100644 --- a/homework.md +++ b/homework.md @@ -26,4 +26,4 @@ When you clone the repository - you dowload the files the completed history to y ## 6. What is a Pull Request? -When you send a file over the internet \ No newline at end of file +A pull request is a safety check of the code to ensure there is no bugs that will merge into the main project - this way you can leave comment to each other and make the necessary changes if needed. \ No newline at end of file