From cc491787c893f5a71d1732a6fe0c493168cad9ed Mon Sep 17 00:00:00 2001 From: Nkem Joseph-Paalmer Date: Thu, 20 Nov 2025 16:12:29 +0000 Subject: [PATCH 1/2] Add notes section to README Added a section for personal notes related to GitHub homework. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5256046..8f4b7c0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +## My Notes +This is my practice README for the CBF Github Fundamentals homework. + # :wave: The Basics of GitHub - Read through the below content so you can understand some commonly used terms and uses of GitHub From 25dd0bfe32c75cf15ce1465e722c73ca466b04fc Mon Sep 17 00:00:00 2001 From: Nkem Joseph-Palmer Date: Thu, 20 Nov 2025 17:22:35 +0000 Subject: [PATCH 2/2] Add notes on Git and GitHub concepts --- learning-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 learning-notes.md diff --git a/learning-notes.md b/learning-notes.md new file mode 100644 index 0000000..64d28f2 --- /dev/null +++ b/learning-notes.md @@ -0,0 +1,10 @@ +# Git & GitHub - My Notes + +## What I've learned +- **Fork** = my own copy of someone else's repo. +- **Branch** = a separate line of work. +- **Pull request** = asking to merge my changes. + +- ## What I'm still confused about +- When to use branches vs new repos. +- How to use Git from the terminal.