Repo for the GitHub Bootcamp
1-day Workshop from @wulfland.
GitHub is more than just source control. It is a complete DevOps solution that can help you to accelerate your entire development process – from idea to production. In this practical boot camp, you’ll get to know all parts of GitHub and you’ll learn all tricks to get you an effective start.
The workshop is designed for developers that have used other platforms like Azure DevOps, GitLab, or Bitbucket and now want to switch to GitHub. But it is also suitable for people that are new to topics like git, CI/CD, and DevOps.
Please follow these instructions and make sure you have set up everything correctly following the prerequisites.
- Introduction to GitHub
- GitHub flavored markdown
- Collaborate using GitHub Issues, Discussions, Wikis, and Pages (source)
- 🔨 Hands-on: Collaboration using Issues, Discussions, and Pages
- Projects: Backlogs, Metadata, and Boards
- Workflows, Insights, and Charts
- 🔨 Hands-on: The new GitHub issue/projects
- Branching strategies and git workflows like GitHub flow
- Code owners and branch protection (demo)
- 🔨 Hands-on: Collaborate on code
- 🔨 Hands-on: Review code
- Introduction to GitHub Actions workflows and YAML
- 🔨 Hands-on: My first Action workflow
- Types of GitHub Actions
- 🔨 Hands-on: My first container Action
- Staged deployments with environments, approvals, and deployment gates
- 🔨 Hands-on: Staged deployments
- GitHub Packages and GitHub Releases
If time permits you can do the following two more exercises to learn to deploy packages and containers to GitHub packages:
- 🔨 Hands-on: Creating and publishing a docker image to ghcr.io
- 🔨 Hands-on: Creating and publishing an npm package
If you have an account for a cloud provider you can do one of these hands-on labs to deploy an application to the cloud:
- 🔨 Hands-on: Deploy to Azure App Service
- 🔨 Hands-on: Deploy to AWS Elastic Container Service (ECS)
- 🔨 Hands-on: Deploy to Google Kubernetes Engine (GKE)
The workshop is designed for developers that have used other platforms like Azure DevOps, GitLab, or Bitbucket and now want to switch to GitHub. But it is also suitable for people that are new to topics like git, CI/CD, and DevOps.
For this workshop you need the following:
- A laptop (Windows, Mac, or Linux)
- A free account for https://github.com
- A text editor of choice (Visual Studio Code, VIM, Atom, Notepad++, or similar)
- Git in a current version (>2.23, on Windows with Git-Bash for beginners)