Recall & Review
beginner
What is Git?
Git is a tool that helps you save and track changes in your files, especially code. It lets many people work together without losing any work.
Click to reveal answer
beginner
Why do developers use Git?
Developers use Git to keep a history of their work, fix mistakes easily, and work with others smoothly by sharing changes.
Click to reveal answer
beginner
What is a repository in Git?
A repository is like a folder where Git keeps all your files and the history of changes made to them.
Click to reveal answer
beginner
What does 'commit' mean in Git?
A commit is like taking a snapshot of your files at a moment in time. It saves your changes so you can look back or share them.
Click to reveal answer
beginner
How does Git help when multiple people work on the same project?
Git helps by keeping track of everyone's changes separately and then combining them safely, so no work is lost.
Click to reveal answer
What is the main purpose of Git?
✗ Incorrect
Git is mainly used to track changes and help multiple people work together on files.
What is a 'commit' in Git?
✗ Incorrect
A commit saves your current work as a snapshot you can return to later.
What is a Git repository?
✗ Incorrect
A repository is where Git keeps your files and tracks changes.
How does Git help teams work together?
✗ Incorrect
Git tracks changes from different people and merges them to avoid losing work.
Which of these is NOT a feature of Git?
✗ Incorrect
Git does not design graphics; it manages file changes and collaboration.
Explain in your own words what Git is and why it is useful.
Think about how Git helps when many people work on the same files.
You got /4 concepts.
Describe what a commit and a repository are in Git.
Imagine taking photos of your work and keeping them in a special folder.
You got /3 concepts.