ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

171,333 results

Related queries

pull request bitbucket

github pull request review

pull request azure devops

git pull command

pull request github hindi

pull request github telugu

pull request github tamil

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

183,726 views

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

221,882 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 🔥

607,545 views

5 years ago

The Modern Coder
A guide to Git PULL REQUESTS

Want more Git videos? Check here on my channel, and if you don't find what you're looking for, it'll be on https://learngit.io/ In this ...

2:58
A guide to Git PULL REQUESTS

3,731 views

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

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

137,533 views

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

9 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

42,047 views

8 months ago

Codecademy
What is a pull request?

Modern software is never truly finished. Professional developers routinely make changes to their company's codebase by opening ...

8:13
What is a pull request?

156,709 views

7 years ago

People also watched

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

42,539 views

2 years ago

ForrestKnight
Everything You Need to Know about Git

... 14:13 Pull request & code review & merge 15:30 git pull (fetch + merge) 16:34 git skillshare 17:26 git revert 19:37 git reset 20:32 ...

23:16
Everything You Need to Know about Git

110,196 views

1 year ago

Self Teach Me
Git for Beginners: Writing and Approving Pull Requests in GitHub (Part 6)

A pull request is an official request to pull or merge your code into the repository. Today, we're going to look at how to write a ...

14:01
Git for Beginners: Writing and Approving Pull Requests in GitHub (Part 6)

16,414 views

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

74,995 views

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

9 years ago

Fettah Ben
Review, Approve and Merge a Pull Request

for more visit this link https://www.udemy.com/course/github-git/?couponCode=YOUTUBEGIT Review, Approve and Merge a Pull ...

4:18
Review, Approve and Merge a Pull Request

16,546 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,383 views

7 years ago

Zell Liew
How to review and edit a pull request

Collaborators can decide whether to accept or reject your pull request. They may also request for some changes. This video ...

7:38
How to review and edit a pull request

50,922 views

7 years ago

Andrew Dimmer
GitHub Crash Course: Creating Code Reviews

... make code changes how do we get those code changes back to github creating a pull request requesting reviews and merging ...

7:53
GitHub Crash Course: Creating Code Reviews

8,421 views

5 years ago

London App Developer
How to do coding peer reviews with Github

Peer reviews is a technique used in programming to improve the quality of the code. Every single change that's done on the ...

12:03
How to do coding peer reviews with Github

58,357 views

8 years ago

ByteByteGo
How Git Works: Explained in 4 Minutes

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

4:18
How Git Works: Explained in 4 Minutes

676,394 views

2 years ago

Jake Vanderplas
Creating a Simple Github Pull Request

In this brief video I demonstrate the basic process of submitting a pull request on GitHub.

5:18
Creating a Simple Github Pull Request

533,574 views

8 years ago

Simplilearn
Git Pull Request | Git Pull Request Tutorial | Git Commands |Git Tutorial For Beginners |Simplilearn

Professional Certificate Program in Cloud Computing and DevOps (India Only) ...

6:37
Git Pull Request | Git Pull Request Tutorial | Git Commands |Git Tutorial For Beginners |Simplilearn

566,777 views

5 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

48,745 views

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

49,559 views

2 years ago

Scott Hanselman
Git Pull Requests explained - Computer Stuff They Didn't Teach You #5

Pull Requests are a lie! WHAT!? Scott talks about how Git Pull Requests work and merges one in live in this the second episode of ...

21:10
Git Pull Requests explained - Computer Stuff They Didn't Teach You #5

84,032 views

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

133,833 views

1 year ago

Modern Software Engineering
Why Pull Requests Are A BAD IDEA

Pull requests are widely used. Most teams create a pull request somewhere on their route to releasing change. They see them as ...

19:13
Why Pull Requests Are A BAD IDEA

248,684 views

3 years ago

Matt Stauffer
What is a Pull Request, and How Do I Write Great Pull Requests?

If you send in a pull request, your goal is to get it merged. In this video I cover the basics of what a pull request is, share 8 tips for ...

18:13
What is a Pull Request, and How Do I Write Great Pull Requests?

9,701 views

2 years ago

Rahul Wagh
What is Git Pull Request ?| DevOps Master Course | Day-4

Join this channel to get access to perks: https://www.youtube.com/channel/UC7p4oXcPbgk_yTSHK7QlkSg/join.

10:13
What is Git Pull Request ?| DevOps Master Course | Day-4

982 views

3 months 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,177 views

1 year ago