Git Commands
CLIgit --version
git help
git help commitLearning Goals
- Explain why teams use Git for collaboration and rollback safety.
- Describe repositories, commits, branches, remotes, and HEAD.
- Understand why Git works offline and syncs later.
Practice Projects
- Compare Git with manual file copies.
- Inspect a repository history.
- Write definitions for common Git terms.
