Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions learning-notes.md
Original file line number Diff line number Diff line change
@@ -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.