From the course: Learning GitHub Actions

Unlock the full course today

Join today to access over 24,200 courses taught by industry experts.

What you should know

What you should know - GitHub Tutorial

From the course: Learning GitHub Actions

What you should know

- [Instructor] To get the most out of this course, there are a few things you should be familiar with before starting. First and foremost, you'll need a GitHub account. You can create an account for free by going to github.com/join and signing up. You'll need to be familiar with creating and using git repositories on github.com. You'll also need to know how to work with repository branches, and you'll need to know how to push updated code to a repository as a commit. And finally, you'll need to know how to work with pull requests, particularly how to open a pull request and then merge it into a branch. If you need a primer on working with GitHub, you can find courses here on LinkedIn Learning to get you up to speed. GitHub workflows are defined using YAML, so it'll be helpful if you're familiar with using YAML to serialize data. Don't worry if this is the first time you've worked with YAML, it's an approachable way to…

Contents