ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

106,248 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

50,335 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

137,799 views

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

2 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,278 views

4 years 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,159,439 views

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

660,366 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

188,810 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,628 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

223,846 views

3 years ago

People also watched

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,193 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,912 views

3 years ago

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

3 years ago

Zell Liew
How to review and edit a pull request

Merging a pull request: 00:40 2. Reviewing a pull request: 01:31 3. Editing a pull request: 04:40 Links: 1. Text / Podcast version: ...

7:38
How to review and edit a pull request

50,950 views

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

5 years ago

Academind
Git MERGE vs REBASE

Understand the differences between MERGE and REBASE and learn how to efficiently use these commands in your projects!

16:12
Git MERGE vs REBASE

1,102,835 views

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

1 year ago

Web Dev Cody
How to make a pull request on an open source project

I'm just walking you through how you could use git to fork an upstream branch, make a new branch, add changes to your git stage, ...

16:57
How to make a pull request on an open source project

75,067 views

4 years 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,104 views

5 years ago

Jackson Bates
Your First GitHub Pull Request (in 10 Mins)

A quick tutorial for beginners on opening a pull request on GitHub, to help you make your first open source contribution. Yeah ...

9:47
Your First GitHub Pull Request (in 10 Mins)

96,505 views

9 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 🔥

608,703 views

5 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,877 views

8 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

43,548 views

8 months 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,370 views

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

1 year ago

Developeando
Merging branches, do I use git pull or git merge?

In today's video we are going to be looking at how to join branches into a single one and how to resolve possible conflicts ...

4:45
Merging branches, do I use git pull or git merge?

9,106 views

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

16,988 views

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

2 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,584 views

3 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,374 views

9 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,361 views

2 years ago