Hi, what do you want to do?
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Creating a New Branch in GitHub
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Three-Way Merge
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Exploring Commit in the New Branch
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Git Repository
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Filtering Merge Commits in Git Log
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Squashing of Commits in GitHub
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Working with Issues in GitHub
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - How do Remote and Local Branches Sync?
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Pull with Fast-Forward Merge
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is FETCH_HEAD?
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,...
Curated Video
The Full Stack Web Development - Branches and Merging
Git & Version Control: Branches and Merging This clip is from the chapter "Git & Version Control" of the series "The Full Stack Web Development".We move on to version control and debugging. GIT is a very popular version controlling...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Basic Git Commands
This video explains the basic Git commands. 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 explains the...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Committing Changes in a Forked Repository
This video explains how to commit changes in 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 section...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Merging after Gaining Required Approval
This video explains the merging process after gaining required approval. 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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Merging without Approvals
This video explains how, by default, merging without approvals is allowed. 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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Fetch in Action
This video explains the process of Git fetch. 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, and...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Show-ref
This video focuses on Git show-ref. 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, and pull Git...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Removing a Remote Branch Using a Local Terminal
This video explains the process of removing a remote branch using a local terminal 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...
Curated Video
Hands-On Auto DevOps with GitLab CI - Dynamic Application Security Testing
Some security testing can only be accomplished when our application is deployed. We can use GitLab Review Apps to perform dynamic security scanning. • Add a security scanning job for feature branches • Create a feature branch and merge...
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Publishing the Data Factory to Azure DevOps
This video helps in publishing the Data Factory to Azure DevOps. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to Metadata-Driven Ingestion
Curated Video
Bingo's Lingo Letter Blends (Part 2 )
Sight words instruction is an excellent supplement to phonics instruction. Phonics is a method for learning to read in general, while sight words instruction increases a child’s familiarity with the high frequency words he will encounter...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is HEAD in Git?
This video explains the concept of HEAD 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 operations. It also...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Committing Under Another Author
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Rebasing - Step 1
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...