Instructional Video3:09
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Normal Git Workflow without Hooks

Higher Ed
This video explains the normal Git workflow without 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...
Instructional Video4:44
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Skipping All Git Hooks Using the --no-verify Option

Higher Ed
This video demonstrates how to skip all Git hooks using the --no-verify option. 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 Video10:57
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Configuring a Custom Domain for GitHub Pages

Higher Ed
This video explains how to configure a custom domain for 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 Video4:09
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Ignoring Previously Committed Files

Higher Ed
This video explains how to ignore previously committed files. 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:...
Instructional Video2:19
Curated Video

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

Higher Ed
This video provides an introduction to Git ignore. 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 Video9:33
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating Lightweight Tags

Higher Ed
This video explains how to create lightweight 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...
Instructional Video0:54
Curated Video

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

Higher Ed
This video provides an introduction to this section. 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...
Instructional Video2:42
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Committing Under Another Author

Higher Ed
This video explains how to commit under another author 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 Video3:51
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Modifying the Last Commit Using the Amend Option

Higher Ed
This video demonstrates the process of modifying the last commit using the amend option. 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...
Instructional Video2:48
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Rebasing - Step 1

Higher Ed
This video explains the first step of rebasing. 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 explains how to...
Instructional Video4:23
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Lightweight Versus Annotated Tags

Higher Ed
This video highlights the difference between lightweight and annotated 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...
Instructional Video2:08
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Removing a Repository Collaborator

Higher Ed
This video demonstrates the process of removing a repository collaborator. 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...
Instructional Video2:26
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Fetching Changes from Upstream

Higher Ed
This video demonstrates the process of fetching changes from upstream. 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...
Instructional Video3:00
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Forking Repository

Higher Ed
This video explains the concept of forking repository in GitHub. 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...
Instructional Video5:30
Curated Video

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

Higher Ed
This video demonstrates the process of creating and publishing a new branch using GitHub Desktop. This clip is from the chapter "Pull Requests" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video7:30
Curated Video

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

Higher Ed
This video explains the process of opening 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 to create...
Instructional Video1:03
Curated Video

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

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

Complete Git Guide: Understand and Master Git and GitHub - Resolving Conflicts Using Git Pull

Higher Ed
This video demonstrates the process of resolving conflicts using the Git pull command. 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 Video2:15
Curated Video

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

Higher Ed
This video explains how to create a new repository in Git. 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 explains...
Instructional Video2:32
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How to Open Pull Request from a Forked Repository

Higher Ed
This video explains how to open pull request from a forked repository. 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...
Instructional Video4:31
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Opening Pull Request from a Forked Repository

Higher Ed
This video explains the process of opening pull request from a forked repository. This clip is from the chapter "Forks and Contribution to the Public Repositories" of the series "Complete Git Guide: Understand and Master Git and...
Instructional Video6:12
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Why was Pull Request Named Pull Request?

Higher Ed
This video explains why pull request was named 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...
Instructional Video3:55
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Adding a New Collaborator in GitHub

Higher Ed
This video explains the process of adding a new collaborator 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...
Instructional Video6:06
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Merging FETCH_HEAD Manually

Higher Ed
This video explains the process of merging FETCH_HEAD manually. 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...