Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

glensouza/cdcr-github-workshop-september-2023

Repository files navigation

CDCR Github Workshop September 2023

This repository is for the CDCR Github 3-Day Workshop in September 2023. As the workshop delivery will be as open and candid as possible within the NDA, no recording will be allowed. However, the content will be made available here for reference and review.

Who is this for?

This workshop is for CDCR employees who are interested in learning more about Github and how it can be used to improve their development process:

  • Software development engineers (the "dev" part)
  • Systems engineers (the "ops" part)
  • Solution architects and software development leads
  • Quality engineers
  • Business analysts
  • Software building project managers
  • Security engineers who intend to be part of a "DevSecOps" team

Regardless of your level of experience with GitHub, you will leave this workshop with a better understanding of how to use it to improve your development process and collaborate with your team members.

What this is not

  • This workshop is not intended to teach you how to code
    • When code is referenced in the workshop it will be provided to you
      • 🚨 Spoiler Alert: we will build and deploy a simple web application using .NET and Blazor WASM to both GitHub Pages and Azure
    • If you have questions related to the provided code you may ask them during the Q&A section of the workshop
  • This workshop is not intended to teach you how to use Git Commands
    • You will be shown the commands needed primarily using the GitHub Desktop client application
    • If you want to get familiar with Git, you may want to take the Git Basics learning path on Microsoft Learn

Pre-requisites for this workshop

Hardware

  • Windows, Mac, or Linux computer (required)
  • Device that will do two-factor authentication (2FA) (optional, but highly recommended)
    • Mobile
    • Biometrics

Software

Personal Accounts

Hands-on training agenda

Day 1

  • Welcome and introductions
  • Introduction to GitHub
    • What is GitHub?
    • Why use GitHub?
    • Getting started with GitHub
    • Basic GitHub workflow
  • BREAK (15 minutes)
  • Creating and managing repositories
    • Creating a repository
    • Cloning a repository
    • Forking a repository
    • Basic GitHub commands
      • Clone
      • Pull
      • Push
      • Commit
      • Branch
      • Merge
    • Making pull requests
      • Review workflow
  • LUNCH (1 hour)
  • Protecting your repositories
    • Rules for repositories
    • Managing team members
  • BREAK (15 minutes)
  • Advanced GitHub features
    • Branching strategies
  • What is CI/CD?
  • Q&A
  • More GitHub LevelUp Resources

Day 2

Day 3

  • GitHub Projects
  • Managing issues
    • Creating issues
    • Commenting on issues
    • Closing issues
    • Issue template
  • Lunch (1 hour)
  • GitHub Advanced Security
    • Dependabot
    • Code scanning
    • Secret scanning
  • Other GitHub Features:
  • Q&A

More GitHub LevelUp Resources

Roadmaps