ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

139,343 results

Cameron McKenzie
How to Merge GitHub Branches to Master

Ever think about getting Git or GitHub certified? I've got three free GitHub practice exams for anyone interested in getting the ...

5:37
How to Merge GitHub Branches to Master

136,887 views

4 years ago

Net Ninja
Git & GitHub Tutorial for Beginners #9 - Merging Branches (& conflicts)

Hey all, in this git tutorial I'll show you how to merge branches back into the master branch. I'll also show you what to do when you ...

8:21
Git & GitHub Tutorial for Beginners #9 - Merging Branches (& conflicts)

492,827 views

8 years ago

ByteByteGo
Git MERGE vs REBASE: Everything You Need to Know

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...

4:34
Git MERGE vs REBASE: Everything You Need to Know

659,924 views

2 years ago

GitHub
How to merge a pull request | Introduction to GitHub

Merge your first pull request on GitHub with this beginner-friendly tutorial. This video covers the basics of pull requests, the ...

3:24
How to merge a pull request | Introduction to GitHub

50,198 views

1 year ago

SuperSimpleDev
Git Branching and Merging - Detailed Tutorial

Learn Git branching and merging and use it with GitHub in the feature branch workflow. Branching and merging are powerful ...

54:28
Git Branching and Merging - Detailed Tutorial

309,404 views

4 years ago

Behind Tools
How to Merge Github Branches [2026 Full Guide]

How to Merge Github Branches [2026 Full Guide] In today's video, we cover git tutorial, merge branches, github guide, version ...

3:15
How to Merge Github Branches [2026 Full Guide]

37 views

4 months ago

GitHub
How to use pull request merge queues

Do you find yourself frequently updating pull requests so your changes won't break the main branch? This is a common challenge ...

1:14
How to use pull request merge queues

33,945 views

2 years ago

Max O'Didily
How to Merge GitHub Branches Using Github Desktop

How to Merge GitHub Branches Using Github Desktop Link to download Github desktop: https://github.com/apps/desktop ...

2:25
How to Merge GitHub Branches Using Github Desktop

9,113 views

1 year ago

People also watched

TodoCode
🚀GIT: DIFF y MERGE - Trabajando con BRANCHES (Ramas)🌳 🤩 | Introducción a GIT y GITHUB #7

Hoy te mostramos en #TodoCode como utilizar los comandos #git #diff y #merge. - APOYÁ EL CANAL Invitame un tereré ...

11:29
🚀GIT: DIFF y MERGE - Trabajando con BRANCHES (Ramas)🌳 🤩 | Introducción a GIT y GITHUB #7

53,023 views

4 years ago

CodelyTV - Redescubre la programación
Git Merge vs Rebase vs Squash ¿Qué estrategia debemos elegir?

Mostramos las diferencias entre las estrategias de Merge Commit, Squash y Rebase, para ver las diferencias y dar nuestra ...

26:59
Git Merge vs Rebase vs Squash ¿Qué estrategia debemos elegir?

55,903 views

3 years ago

midulive
😻 HOW to make your first PULL REQUEST to a project on GITHUB 🐙

Learn how to contribute to a GitHub project from the ground up. Fork, build functionality, and learn best practices and steps ...

4:25
😻 HOW to make your first PULL REQUEST to a project on GITHUB 🐙

103,226 views

4 years ago

TodoCode
🚀GIT: EVERYTHING YOU NEED TO KNOW ABOUT BRANCHES 🌳🤩 | Introduction to GIT and GITHUB #6

🤓Today on #TodoCode we'll show you how to use the #git #branch command and all its derivatives to manage all the branches and ...

13:51
🚀GIT: EVERYTHING YOU NEED TO KNOW ABOUT BRANCHES 🌳🤩 | Introduction to GIT and GITHUB #6

94,799 views

4 years ago

Condor Coders
Cómo usar GitHub Projects para organizar tus proyectos de programación | DevChallenges.io | Windbnb

En este video te muestro mi proceso para organizar un proyecto usando GitHub Projects. He tomado de ejemplo el proyecto de ...

30:01
Cómo usar GitHub Projects para organizar tus proyectos de programación | DevChallenges.io | Windbnb

15,547 views

2 years ago

Technology Tips -Tech Tips
How to merge different branches in github

How to merge different branches in github #github #merge #mergebranch If you need such types of web sites or softwares please ...

9:58
How to merge different branches in github

8,922 views

3 years ago

Front-end Science із Сергієм Пузанковим
GIT: Merge or Rebase? What's the difference?

In this video, we'll look at two ways to move Git commits from one branch to another. We'll use the Merge and Rebase commands ...

10:47
GIT: Merge or Rebase? What's the difference?

153,925 views

5 years ago

makigas
Git Tutorial – 11. How to merge?

Once we've developed a feature commit, we need to merge it back into the original branch. We'll see how to do this, this time ...

5:47
Git Tutorial – 11. How to merge?

107,425 views

10 years ago

Developeando
How to make branches? The easiest way! | #Git #Branch

Welcome back to the Git series, in this video we are going to see how to properly create branches in Git, which is usually a ...

4:45
How to make branches? The easiest way! | #Git #Branch

31,401 views

4 years ago

helpmecoder
Git Branching and Merging with Example

What are branches 3. How to create branch 4. How to checkout branch 5. How to merge branch to master Branching and Merging ...

14:56
Git Branching and Merging with Example

77,161 views

6 years ago

CodeWithChris
GitHub Branches Tutorial (Beginner Friendly)

In this GitHub tutorial, I'll show you how to use branches so you can safely experiment with new features without breaking your ...

15:57
GitHub Branches Tutorial (Beginner Friendly)

5,603 views

3 months ago

corbin
How To Use GitHub Branches & Pull Request

subscribe for more ▻ https://bit.ly/3zlUmiS thumbnail made via: https://thumio.com/ follow me on twitter ...

12:35
How To Use GitHub Branches & Pull Request

43,401 views

8 months ago

Solo Narrator
How to Merge Github Branches (Full 2025 Guide)

How to Merge Github Branches (Full 2025 Guide) In today's video we will show you github,how to use github,how to create ...

2:11
How to Merge Github Branches (Full 2025 Guide)

1,181 views

11 months ago

Net Ninja
Git Crash Course #13 - Merging Branches

In this Git tutorial series, you'll learn how to get up and running with Git in your own projects. You'll learn how to setup a repository, ...

4:38
Git Crash Course #13 - Merging Branches

3,147 views

3 months ago

Philomatics
Never fear merge conflicts again - git merge/pull tutorial

What I wish I had known when I started using git. 0:00 - Aborting the merge 0:26 - Understanding conflict markers 1:30 - Automatic ...

5:12
Never fear merge conflicts again - git merge/pull tutorial

137,472 views

1 year ago

Automation Step by Step
Git and GitHub Beginner Tutorial 5 - Branching and Merging

Git and GitHub Beginner Tutorial 5 - Branching and Merging Today we will learn ——————————— 1. What are branches 2.

10:57
Git and GitHub Beginner Tutorial 5 - Branching and Merging

124,874 views

9 years ago

Becoming a Data Scientist
Beginner Git and GitHub #7 - Merging Branches and Handling Conflicts

Step-by-step video teaches you how to merge branches within git and how to handle the most common merge conflict! git ...

7:41
Beginner Git and GitHub #7 - Merging Branches and Handling Conflicts

1,172 views

5 years ago

The Modern Coder
Git MERGE and REBASE: The Definitive Guide

40+ additional videos: https://learngit.io/ Newsletter readers get my videos early: https://newsletter.themoderncoder.com/ ---- This ...

9:39
Git MERGE and REBASE: The Definitive Guide

187,923 views

2 years ago

Telusko
Creating Branch in GitHub | Pull Request | Merge

Git is created by Linus Torvald Git is a Distributed Version Control System. Git is famous for project collaboration More than 1 ...

7:39
Creating Branch in GitHub | Pull Request | Merge

382,190 views

8 years ago

Deborah Kurata
Pull Requests and Merging Branches in GitHub (Clip 18): Gentle Introduction to Git and GitHub

Welcome to this comprehensive guide on creating pull requests and merging git branches! In this tutorial, we'll delve into the ...

5:28
Pull Requests and Merging Branches in GitHub (Clip 18): Gentle Introduction to Git and GitHub

8,581 views

3 years ago

Benjamin Day
Azure DevOps: Git Branching & Merging with Visual Studio

In version control, branching lets you create copies of your code so that you or your team can work on different things in parallel.

5:59
Azure DevOps: Git Branching & Merging with Visual Studio

25,075 views

1 year ago

git
Introduction to Collaborative Development with GitHub: Merge Branch into main Branch

This video describes how to merge a branch into the main branch.

5:51
Introduction to Collaborative Development with GitHub: Merge Branch into main Branch

142 views

2 years ago