Presentation comments ...
--- ### Contents 1. [Introduction](#introduction) 1. [About version control](#about-version-control) `5 min` 1. [Discussion](#discussion) `5 min` 1. [Keep practicing](#keep-practicing) 1. [Assessment](#assessment) 1. [References](#references) --- ## Introduction Review the following sections and perform the activities on your own or with your group. Perform the task(s) when you see this 👉 emoji <details> <summary>Learning Objectives</summary> Students who complete the following will be able to: - Summarize version control and the problems it solves - List the essential components of Git like repository, branch, and commit - Describe how to view the history of a Git repo using diff and log - Install, configure, and perform a basic Git workflow with Github Desktop - Create a new repository, add files, stage, commit, and push and pull files to the remote repo on the command line </details>
--- ### 👉 Installation - Mac - The Terminal application is already installed - Windows - Install [Git Bash](https://gitforwindows.org/) or use [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701) - Linux - [LXTerminal](https://www.raspberrypi.org/documentation/usage/terminal/) is already installed --- ## Discussion Discuss the following with your group and share a short demo on the above with the class. 1. Revisit the learning objectives for this section. Did you accomplish the goals in this lesson? What questions do you have? --- ## Keep practicing Continue learning: - --- ## Assessment Ready to test your skills? See if you can 1. ### Quiz 1. What are the benefits to using Github for a project? --- ## References -