Version Control

How to use Git and Github.

slides | md

Contents

  1. Introduction
  2. About version control 5 min
  3. Discussion 5 min
  4. Keep practicing
  5. Assessment
  6. 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

Learning Objectives

Students who complete the following will be able to:

  • Explain version control and its common uses
  • Perform basic tasks with git and github desktop

About version control

Coming soon...

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

Quiz

  1. What are the benefits to using Github for a project?

References

Presentation comments ...

--- ### 👉 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