Instructional Video2:25
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Delete Merged and Unmerged Branches

Higher Ed
This video explains how to delete merged and unmerged branches. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how to solve...
Instructional Video8:36
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Solving: Merge Conflict

Higher Ed
This video explains how to solve the merge conflict in Git. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how to solve one.
Instructional Video13:46
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Introduction: Merge Conflict

Higher Ed
Merge conflicts happen when you merge branches that have competing commits, and Git needs your help to decide which changes to incorporate in the final merge. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub...
Instructional Video6:15
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Pull Command

Higher Ed
This video explains the Git pull command. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Instructional Video10:37
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes and Merge Branch

Higher Ed
This video explains pull changes and merge branch. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Instructional Video15:17
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Feature Branch

Higher Ed
The Git feature branch workflow is a composable workflow that can be leveraged by other high-level Git workflows. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This...
Instructional Video7:50
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Introduction to Git Branches

Higher Ed
This video introduces you to Git branches. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Instructional Video7:51
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Restore

Higher Ed
This video explains Git Restore, which will restore the file to the last committed version, effectively undoing any changes that have been made since then. This clip is from the chapter "Other: Diff, Stash, and Restore" of the series...
Instructional Video12:35
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Stash

Higher Ed
This video explains Git Stash, which is used when you want to record the current state of the working directory and the index but want to go back to a clean working directory. This clip is from the chapter "Other: Diff, Stash, and...
Instructional Video6:33
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Diff

Higher Ed
This video explains Git Diff, which shows changes between the working tree and the index of a tree, changes between the index and a tree, changes between two trees, changes resulting from a merge, and changes between two blob objects....
Instructional Video16:04
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Commit Timeline

Higher Ed
This video explains the commit timeline on GitHub. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how to push changes...
Instructional Video12:03
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Lifecycle In-Depth

Higher Ed
This video explains the Git lifecycle in detail. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how to push changes onto...
Instructional Video16:28
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Practice: Common Commands

Higher Ed
This video explains some common commands that we have discussed earlier such as Git status, Git commit, and so on. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical...
Instructional Video13:34
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Push Changes on GitHub

Higher Ed
This video explains how to push the changes onto GitHub. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how to push...
Instructional Video18:12
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Basic Commands and Lifecycle

Higher Ed
This video explains the basic commands used in GitHub and the lifecycle. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and...
Instructional Video3:43
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Configuration

Higher Ed
This video explains how to configure Git into your system. This clip is from the chapter "Git Introduction" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section introduces you to Git and helps you configure it.
Instructional Video9:11
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Installation and Setup

Higher Ed
This video explains the process of installation and setting up of Git. This clip is from the chapter "Git Introduction" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section introduces you to Git and helps you...
Instructional Video11:20
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Introduction and Version Control System

Higher Ed
This video introduces you to Git and version control system. This clip is from the chapter "Git Introduction" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section introduces you to Git and helps you configure it.
Instructional Video5:51
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Resources (Important)

Higher Ed
This video explains where you can find the various resources, links, cheat sheets, and interview questions associated with the course. This clip is from the chapter "Course Introduction" of the series "Git and GitHub Masterclass - The...
Instructional Video4:24
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Course Introduction

Higher Ed
This video introduces you to the course and the course contents as well as gets you familiar with the author and his experience. This clip is from the chapter "Course Introduction" of the series "Git and GitHub Masterclass - The...
Instructional Video5:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploy to Netlify

Higher Ed
In this video, you will learn how to deploy the shopping list project to Netlify for hosting. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Instructional Video6:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Classification versus Regression

Higher Ed
Let's learn about the three modes of machine learning: classification, regression, and clustering. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python from...
Instructional Video4:06
Curated Video

Type-Safe Interfaces with Modern C++ - The Problem with std::visit

Higher Ed
Understand why std::visit is not optimal and what pattern matching is.
Instructional Video10:17
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Pull Requests in Multibranch Pipeline

Higher Ed
This video explains what a pull request is and shows how to create and debug a pull request in a multibranch pipeline.