Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.01 KB

Version-Control-Git.md

File metadata and controls

16 lines (13 loc) · 1.01 KB

Understanding Git and Version Control

Learning Objectives:

  • Explain what version control is
  • Define key Git concepts such as repositories, commits, branches, merges, and pull requests.
  • Install and configure Git on a computer
  • Create and clone repositories
  • Use Git to track changes to source code and collaborate

Prerequisites: None

Recommended Learning Journey