Instructional Video9:24
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Adding Comments and Approving a Pull Request

Higher Ed
This video explains how to add comments and approve 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 and how...
Instructional Video8:52
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating a Remote Branch Based on a Local Branch

Higher Ed
This video explains the process of creating a remote branch based on a local 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...
Instructional Video9:28
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Pushing to a Remote Repository

Higher Ed
This video explains how to push to a remote repository 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 Video12:02
TLDR News

How Do Laws Get Passed in the United States - TLDR News

12th - Higher Ed
With super high profile laws currently making their way through congress, we thought now would be a good time to refresh the basics. In this video, we explain the US system of government and how laws are passed in the United States.
Instructional Video5:15
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Cloning a Remote Repository

Higher Ed
This video focuses on cloning a remote repository in GitHub. This clip is from the chapter "GitHub and Remote Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains Git hosting...
Instructional Video1:25
Curated Video

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

Higher Ed
This video demonstrates the process of creating a new branch in GitHub. This clip is from the chapter "GitHub and Remote Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains Git...
Instructional Video6:00
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Three-Way Merge

Higher Ed
This video explains the three-way merge in Git. 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 Video5:32
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring Commit in the New Branch

Higher Ed
This video explains how to commit 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 Video6:16
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Current Diagram of a Git Repository

Higher Ed
This video illustrates the current diagram of a Git repository. 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 lifecycle....
Instructional Video0:53
Curated Video

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

Higher Ed
This video provides an introduction to this section. 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 lifecycle. It also...
Instructional Video4:12
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Git Repository

Higher Ed
This video explains the initialization of a new Git repository. 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...
Instructional Video9:38
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Shell Commands - Directory Management

Higher Ed
This video focuses on shell commands with respect to directory management. This clip is from the chapter "Basic Shell Commands" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section introduces you to the...
Instructional Video7:29
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What are Git Hooks?

Higher Ed
This video explains the concept of Git hooks. 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 on the basics of...
Instructional Video3:05
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Filtering Merge Commits in Git Log

Higher Ed
This video demonstrates the process of filtering merge commits in 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...
Instructional Video1:44
Curated Video

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

Higher Ed
This video explains the Git shortlog 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...
Instructional Video5:41
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Log Options: Oneline, Graph, and Stat

Higher Ed
This video explains the various Git log options, such as oneline, graph, and stat. 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...
Instructional Video7:58
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Squashing of Commits in GitHub

Higher Ed
This video explains the squashing of commits in GitHub. 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 Video1:11
Curated Video

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

Higher Ed
This video provides an introduction to this section. This clip is from the chapter "Ignoring Files in Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on Git file statuses: untracked,...
Instructional Video3:05
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring a Git Tag Object

Higher Ed
This video explains the process of exploring a Git tag object. 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...
Instructional Video5:00
Curated Video

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

Higher Ed
This video demonstrates how to push branch to remote. 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 Video11:31
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Working with Issues in GitHub

Higher Ed
This video explains how to work with issues in GitHub. 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:35
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How do Remote and Local Branches Sync?

Higher Ed
This video explains how to sync remote and local branches 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 Video7:37
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Pull with Fast-Forward Merge

Higher Ed
This video explains the process of Git pull with fast-forward merge. 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...
Instructional Video8:25
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What is FETCH_HEAD?

Higher Ed
This video explains the concept of FETCH_HEAD 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 push,...