Instructional Video10:42
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Fixing Errors with Cached Credentials Using SSH Instead of HTTPS

Higher Ed
This video demonstrates the process of fixing errors with cached credentials using SSH instead of HTTPS. This clip is from the chapter "GitHub Pages" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video5:25
Curated Video

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

Higher Ed
This video provides an introduction to Git and GitHub. This clip is from the chapter "Introduction to Git and GitHub" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an introduction to the...
Instructional Video7:13
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Reflog - Log of All Git Operations

Higher Ed
This video explains the concept of reflog - log of all Git operations. 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...
Instructional Video1:56
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Completing Rebasing by Performing Merging

Higher Ed
This video explains how to complete rebasing by performing merging. This clip is from the chapter "Rebasing" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the process of rebasing. It also...
Instructional Video3:17
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Tags Overview

Higher Ed
This video provides an overview of Git tags. This clip is from the chapter "Git Tags" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the concept Git tags. It also highlights the difference...
Instructional Video2:32
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Changing the Author of the Last Commit

Higher Ed
This video explains the process of changing the author of the last commit. 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...
Instructional Video4:55
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Pull Request Versus Merge Request

Higher Ed
This video illustrates the difference between pull request and merge 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...
Instructional Video4:29
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Collaboration Between Contributors

Higher Ed
This video explains the collaboration between contributors. 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...
Instructional Video1:35
Curated Video

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

Higher Ed
This video provides an introduction to this section. 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 push, fetch,...
Instructional Video6:58
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Fast-Forward Merge in Action

Higher Ed
This video demonstrates the process of fast-forward merge. 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...
Instructional Video7:21
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating a New Branch

Higher Ed
This video demonstrates how to create a 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 Video13:49
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Checking Out a Specific Commit

Higher Ed
This video explains how to check out a specific commit 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 Video1:12
Curated Video

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

Higher Ed
This video provides an introduction to this section. 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 operations. It...
Instructional Video10:41
Curated Video

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

Higher Ed
This video demonstrates how to install Git on Windows. 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 Video5:54
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Replacing a Pre-Commit NPM Package with Husky

Higher Ed
This video demonstrates how to replace a pre-commit NPM package with Husky. 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 Video5:14
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Cleaning Up the Local Git Hooks Repository

Higher Ed
This video demonstrates how to clean up the local Git hooks repository. 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....
Instructional Video1:20
Curated Video

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

Higher Ed
This video provides an introduction to this section. 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 from scratch. It...
Instructional Video10:18
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Reset

Higher Ed
This video explains the Git reset command. 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. It also...
Instructional Video3:06
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Pretty Formatting of Git Log

Higher Ed
This video explains how to perform pretty format with Git log. 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...
Instructional Video0:50
Curated Video

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

Higher Ed
This video provides an introduction to this section. This clip is from the chapter "Forks and Contribution to the Public Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section demonstrates how...
Instructional Video3:05
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Rebasing a Feature Branch on Top of Master Branch

Higher Ed
This video explains how to rebase a feature branch on top of master branch. This clip is from the chapter "Rebasing" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the process of rebasing....
Instructional Video7:49
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Pull Request Step-By-step

Higher Ed
This video explains the pull request process step-by-step. 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...
Instructional Video6:36
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Opening and Merging a Pull Request Using a Collaborator

Higher Ed
This video explains how to open and merge a pull request using a collaborator. 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...
Instructional Video9:13
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating and Merging a Pull Request

Higher Ed
This video demonstrates the process of creating and merging a 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...