Instructional Video6:35
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - SourceTree in Action

Higher Ed
This video explains the working of the SourceTree. This clip is from the chapter "Merging Branches" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on the need for branch merging and explains...
Instructional Video4:22
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating a Simple Website Using GitHub Pages

Higher Ed
This video explains how to create a simple website using GitHub Pages. This clip is from the chapter "GitHub Pages" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to create GitHub pages...
Instructional Video3:51
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Configuring the Git Author Name and Email

Higher Ed
This video demonstrates how to configure the Git author name and email. This clip is from the chapter "Basic Git Operations" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the Git file...
Instructional Video1:58
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Reading Files in the Staging Area Using git ls-files

Higher Ed
This video explains how to read files in the staging area using git ls-files. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how...
Instructional Video8:21
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Installing Git on Linux

Higher Ed
This video demonstrates how to install Git on Linux. This clip is from the chapter "Installation of Git and Configuration of the Shell" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section demonstrates...
Instructional Video6:56
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Disabling Rebasing Using a Pre-Rebase Hook

Higher Ed
This video demonstrates how to disable rebasing using a pre-rebase hook in Git. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in...
Instructional Video4:49
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Enabling a Post-Commit Hook

Higher Ed
This video demonstrates how to enable a post-commit hook in Git. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail. It...
Instructional Video0:50
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Section 17 Introduction

Higher Ed
This video provides an introduction to this section. This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to clone one of the public repositories....
Instructional Video1:24
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Section 16 Introduction

Higher Ed
This video provides an introduction to this section. This clip is from the chapter "Detached HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on the detached HEAD state and explains how...
Instructional Video1:39
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Deleting a Feature Branch and Pushing to Remote

Higher Ed
This video demonstrates the process of deleting a feature branch and pushing to remote. This clip is from the chapter "Rebasing" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the process...
Instructional Video2:36
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What is a Pull Request?

Higher Ed
This video explains the concept of a Git pull request. This clip is from the chapter "Pull Requests" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to pull request and how to create a...
Instructional Video3:55
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Checking Out a Remote Branch

Higher Ed
This video explains how to check out a remote branch in Git. This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview of the...
Instructional Video0:33
Curated Video

I WONDER - What Is A Bronchiole?

Pre-K - 5th
This video is answering the question of what is a bronchiole.
Instructional Video1:23
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Project's Current State Overview "Git Branches and HEAD"

Higher Ed
This video provides an overview of the project's current state. This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common Git...
Instructional Video7:52
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring the Contents of the Cloned Repository

Higher Ed
This video explores the contents of the cloned repository. This clip is from the chapter "Cloning, Exploring, and Modifying Public Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video4:36
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Committing Changes in the New Branch

Higher Ed
This video explains how to commit changes in the new branch in Git. This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common Git...
Instructional Video3:12
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Checkout-index

Higher Ed
This video explains the Git checkout-index. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video2:26
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Object Permissions

Higher Ed
This video explains the Git object permissions. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video8:59
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Shell Commands - File Management - Part 1

Higher Ed
This video is the first part of the two-part video that focuses on shell commands with respect to file management. This clip is from the chapter "Basic Shell Commands" of the series "Complete Git Guide: Understand and Master Git and...
Instructional Video7:18
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Why Local Git Hooks are not Pushed to the Remote

Higher Ed
This video explains why local Git hooks are not pushed to the remote. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail. It...
Instructional Video13:18
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Using a Pre-Commit Hook

Higher Ed
This video demonstrates how to use a pre-commit hook in Git. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail. It focuses...
Instructional Video9:29
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Verifying Commit Message Using Commitlint

Higher Ed
This video demonstrates how to verify a commit message using the commitlint command. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks...
Instructional Video7:26
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Using the Pre-Commit NPM Package for Automation of the Pre-commit Hook

Higher Ed
This video demonstrates how to use the pre-commit NPM package to automate the pre-commit hook in Git. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video7:53
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Node.js Project

Higher Ed
This video demonstrates how to initialize a new Node.js project. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail. It...