Curated Video
Complete Git Guide: Understand and Master Git and GitHub - SourceTree in Action
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Creating a Simple Website Using GitHub Pages
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Configuring the Git Author Name and Email
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Reading Files in the Staging Area Using git ls-files
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Installing Git on Linux
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Disabling Rebasing Using a Pre-Rebase Hook
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Enabling a Post-Commit Hook
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Section 17 Introduction
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....
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Section 16 Introduction
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Deleting a Feature Branch and Pushing to Remote
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is a Pull Request?
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Checking Out a Remote Branch
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...
Curated Video
I WONDER - What Is A Bronchiole?
This video is answering the question of what is a bronchiole.
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Project's Current State Overview "Git Branches and HEAD"
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Exploring the Contents of the Cloned Repository
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Committing Changes in the New Branch
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Checkout-index
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Object Permissions
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Shell Commands - File Management - Part 1
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Why Local Git Hooks are not Pushed to the Remote
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Using a Pre-Commit Hook
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Verifying Commit Message Using Commitlint
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Using the Pre-Commit NPM Package for Automation of the Pre-commit Hook
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Node.js Project
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...