Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 724 Bytes

File metadata and controls

25 lines (15 loc) · 724 Bytes

GitHub Fundamentals – Learning Reflection

What I learned

  • How forking creates my own copy of a repository
  • How branches help isolate changes
  • How commits and pull requests work together

What I’m still confused about

  • When to rebase vs merge
  • How often to sync a fork with the original repository

Feedback on the course

I found the hands-on tasks helpful, especially working with branches and PRs. It would be useful to see more real-world examples of GitHub workflows in teams.

Below are some examples I've learnt

git status - current state of the repo

git clone - creates a local copy of a remote repo

git pull - fetches and merges the latest changes from the remore repo