Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 3.3 KB

File metadata and controls

57 lines (40 loc) · 3.3 KB

Introduction to Git, GitHub, and Version Control

Goals

In this workshop, we will discuss the concept of version control which is the foundation of understanding how Git works then we will install Git, work on a local Git repository, work on a remote GitHub repository, and work on another developer's repository.

Goal Learn the basics you need to get started with Git and GitHub and apply them practically
What will you learn Fundamentals of Version Control, Setting Up Git, Working with Local Repositories, Working with GitHub
What you'll need Git, GitHub
Duration 1h
Microsoft Cloud Topics taught Git, GitHub
Slides Powerpoint
Author John Aziz

Video

workshop walk-through

🎥 Click this image to watch John walk you through the workshop

Pre-Learning

Prerequisites

Git

Git is the version control tool that we will be using throughout this workshop. To install Git, follow these steps:

GitHub

GitHub is the cloud platform that we will use to share our code with others and collaborate on projects. To set up a GitHub account, follow these steps:

  • Go to github.com/signup.
  • Enter your email.
  • Create a password.
  • Enter a username. (Note that this is your unique identifier on GitHub.)

The workshop

Feedback

Be sure to give feedback about this workshop!

Code of Conduct