From 83e3156ade4ce138da0f0dcac749b00e9c51ef3f Mon Sep 17 00:00:00 2001 From: Andrew Bowman Date: Sun, 4 Dec 2022 12:17:20 -0500 Subject: [PATCH 1/2] Initial commit --- github_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github_notes.md b/github_notes.md index a660760..4dae79a 100644 --- a/github_notes.md +++ b/github_notes.md @@ -2,5 +2,5 @@ To check your own understanding of GitHub, answer the questions that follow. -1. **What is the purpose of GitHub?** Write your response here. -1. **What is the difference between forking and cloning a repository?** Write your response here. \ No newline at end of file +1. **What is the purpose of GitHub?** GitHub allows coders to collaborate and share their work on a cloud-based repo repository. +1. **What is the difference between forking and cloning a repository?** Forking a repository creates a personal copy of it separate from the original, while cloning it creates a linked copy that updates your changes to the origina. \ No newline at end of file From 251834f70471a424be14cf738b828653b6649269 Mon Sep 17 00:00:00 2001 From: Andrew Bowman Date: Sun, 4 Dec 2022 12:17:37 -0500 Subject: [PATCH 2/2] Fix a typo --- github_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_notes.md b/github_notes.md index 4dae79a..ab1173a 100644 --- a/github_notes.md +++ b/github_notes.md @@ -3,4 +3,4 @@ To check your own understanding of GitHub, answer the questions that follow. 1. **What is the purpose of GitHub?** GitHub allows coders to collaborate and share their work on a cloud-based repo repository. -1. **What is the difference between forking and cloning a repository?** Forking a repository creates a personal copy of it separate from the original, while cloning it creates a linked copy that updates your changes to the origina. \ No newline at end of file +1. **What is the difference between forking and cloning a repository?** Forking a repository creates a personal copy of it separate from the original, while cloning it creates a linked copy that updates your changes to the original. \ No newline at end of file