GitHub Repository
The GitHub repository for this course is available here:
github.com/LinkedInLearning/learning-openshift-4407066
Branches
This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add /tree/BRANCH_NAME
to the URL to go to the branch you want to access.
You can clone the repository in your computer and use the git checkout
command to switch between branches.
This is the complete list of branches:
-
Chapter 1: Getting Started
-
Chapter 2: Standard DevOps Practices
-
Chapter 3: Advanced Cloud Native Apps
-
Chapter 4: Scaling and Monitoring Apps
Beware!
When switching from one exercise files branch to the next after making changes to the files, you may get a message like this:
error: Your local changes to the following files would be overwritten by checkout:
[files]
Please commit your changes or stash them before you switch branches.
Aborting
To resolve this issue, add changes to git using git add
and commit them using git commit
.