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 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.