ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

106,979 results

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

51,240 views

1 year 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

139,864 views

1 year 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,518 views

4 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

663,332 views

2 years 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

34,074 views

2 years ago

GitHub
How to create a pull request in 4 min | GitHub for Beginners

Create a pull request with me in this quick tutorial! We'll suggest changes to a repository and have others review them before ...

3:44
How to create a pull request in 4 min | GitHub for Beginners

191,687 views

1 year ago

Philomatics
Never* use git pull

How to use git pull --rebase to keep your team's commit history clean. Command for creating the 'git pr' alias (so you can ...

4:02
Never* use git pull

1,170,591 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

310,743 views

4 years ago

Keep On Coding
How To Pull Request in 3 Minutes

Become a Member: https://www.youtube.com/keeponcoding/join Discord: https://discord.gg/ypFyyWq Business Inquiries: ...

3:06
How To Pull Request in 3 Minutes

224,901 views

3 years ago

People also watched

Lazy Loading
Qué es un PULL REQUEST y cómo se usa en los equipos de desarrollo

En este primer video de la serie hablamos de los populares pull requests. Aunque es un concepto muy conocido, mucha gente ...

6:35
Qué es un PULL REQUEST y cómo se usa en los equipos de desarrollo

11,382 views

3 years ago

Programación en español (Programacion en español)
Github -  Git merge y resolver conflicto manualmente.

En este video podremos practicar unas funciones importantes en github que son los merges y la resolucion de conflictos en el ...

10:26
Github - Git merge y resolver conflicto manualmente.

13,314 views

5 years ago

codigofacilito
Qué es y cómo hacer un Pull Request

Desbloquea más de +170 cursos Premium a un precio especial: https://codigofacilito.com/promo Síguenos en: Twitter: ...

12:19
Qué es y cómo hacer un Pull Request

68,286 views

4 years ago

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,199 views

4 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,445 views

10 years ago

panvdev
Como FUSIONAR RAMAS en Git (GIT MERGE) Tutorial en Español 2023

El presente video es un tutorial de como fusionar ramas en Git, lo que se conoce como GIT MERGE, por lo tanto, debes tener ...

11:36
Como FUSIONAR RAMAS en Git (GIT MERGE) Tutorial en Español 2023

13,235 views

3 years ago

Max Rohowsky
How to Review a Pull Request on GitHub

Brief Summary of How to Review Pull Requests on GitHub ◾◾◾◾◾ Timestamps ◾◾◾◾◾ 00:00 | Pull Requests Introduction ...

6:40
How to Review a Pull Request on GitHub

4,396 views

1 year ago

Wes Doyle
GitHub Forks and Pull Requests | Step by Step

In this video, we'll look at how to contribute to open source projects on GitHub using forks and pull requests. We'll cover making a ...

12:23
GitHub Forks and Pull Requests | Step by Step

99,203 views

5 years ago

Ben Kadel
Full Git Tutorial (Part 6) - Pull Requests & Code Reviews

Twitter: https://twitter.com/ben_kadel Github: https://github.com/kardelio PART 6 of my Git Tutorial Series... (More videos to come in ...

17:31
Full Git Tutorial (Part 6) - Pull Requests & Code Reviews

27,362 views

5 years ago

lurninghut
Github actions - Create, Approve and Merge pull request automatically

This video is a continuaiton of - https://www.youtube.com/watch?v=NfsrMix5Qvc&t=335s which shows a demo of how to create an ...

8:29
Github actions - Create, Approve and Merge pull request automatically

4,286 views

3 years ago

Fireship
GitHub Pull Request in 100 Seconds - Git a FREE sticker 🔥

How to submit your first pull request on GitHub in 100 seconds. Fork the repo below, then contribute a PR to receive a free ...

1:52
GitHub Pull Request in 100 Seconds - Git a FREE sticker 🔥

609,385 views

5 years ago

CoderDave
How to Review a Pull Request in GitHub the RIGHT Way

In this video I will teach you how to review a pull request in GitHub the right way. In this GitHub pull request tutorial, we will discuss ...

4:21
How to Review a Pull Request in GitHub the RIGHT Way

138,938 views

4 years 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

44,400 views

9 months 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)

493,260 views

8 years ago

Matt Stauffer
How to Review a Pull Request Like a Senior Developer

Learn how to review a GitHub pull request--where do you look first, when do you wait for their feedback and when do you proceed ...

15:20
How to Review a Pull Request Like a Senior Developer

50,886 views

2 years ago

Max Rohowsky
Using Git & GitHub in VSCode: Branches, Pull Requests & Merges

Hi everyone, in this video we'll cover the specifics of Branches and Pull Requests in VSCode using Git and GitHub.

8:17
Using Git & GitHub in VSCode: Branches, Pull Requests & Merges

43,659 views

2 years ago

codebasics
Git Github Tutorial 10: What is Pull Request?

In this git github tutorial, we will learn what is pull request and step by step guide on how to create and merge pull request.

10:43
Git Github Tutorial 10: What is Pull Request?

236,513 views

9 years ago

The Modern Coder
Git PULL vs FETCH

Do you have more Git videos? Yes, check my channel. If you don't find what you're looking for there, you'll probably find it on ...

7:13
Git PULL vs FETCH

64,983 views

1 year ago

Philomatics
Should you squash pull requests on GitHub?

Squashing pull requests on GitHub has advantages and disadvantages. I generally prefer rebasing locally. Get my interactive git ...

3:33
Should you squash pull requests on GitHub?

17,169 views

1 year 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,605 views

3 years ago

Elzero Web School
[Arabic] Learn Git & GitHub #10 - Learn Pull Request With Real Examples

Learn Pull Request With Real Examples ============================ Support Me on Patreon to Help me Create More ...

12:49
[Arabic] Learn Git & GitHub #10 - Learn Pull Request With Real Examples

105,588 views

6 years ago