ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

20,109 results

Software Engineer Tutorials
How To Use GitHub + VSCode: Create a Repository & Merge Changes With a Pull Request

Learn how to open a repository in GitHub & use VSCode to create a new branch, make a commit and then push it. Then, learn ...

6:05
How To Use GitHub + VSCode: Create a Repository & Merge Changes With a Pull Request

216,241 views

3 years ago

Visual Studio Code
Pull Requests in VS Code

Learn about the Pull Requests & Issues Extension in Visual Studio Code! | https://aka.ms/vscode-git Time Stamps: 0:00 intro to ...

10:11
Pull Requests in VS Code

165,200 views

3 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

42,548 views

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

8 months ago

Dev Leonardo
Review a Pull Request from Visual Studio Code [2/3]

You can Code Review a Pull Request on GitHub, without leaving Visual Studio Code! Ok, enough words with Capital Letters, let's ...

5:33
Review a Pull Request from Visual Studio Code [2/3]

26,633 views

2 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

104,923 views

6 years ago

Decrypted By Us
Collaborating using Git and GitHub | Branches, Pull Requests, Merging vs Rebasing

In this video, you'll learn how to collaborate using Git and Github and what the best practices are when working on a team.

15:34
Collaborating using Git and GitHub | Branches, Pull Requests, Merging vs Rebasing

40,713 views

4 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

137,539 views

4 years ago

The Code City
How to Create PR from VS Code | Github Pull Request (2025)

In this video, I'll show you step-by-step how to create a Pull Request (PR) directly from Visual Studio Code in 2025. Pull Requests ...

6:09
How to Create PR from VS Code | Github Pull Request (2025)

797 views

4 months ago

The Code City
How to Pull Latest Changes from GitHub in VS Code (2025) | GitHub to Visual Studio Code

Struggling to stay updated with the latest changes in your GitHub repository while using Visual Studio Code? Look no further!

4:57
How to Pull Latest Changes from GitHub in VS Code (2025) | GitHub to Visual Studio Code

12,368 views

1 year ago

Tech Projects
How to pull project from github to visual studio code | Tech Projects

In this video i completely explain how to pull any project from github to visual studio code So you never going to face any difficulty ...

4:19
How to pull project from github to visual studio code | Tech Projects

1,170,517 views

5 years ago

Philomatics
git rebase - Why, When & How to fix conflicts

Why, when and how to do git rebase. How to fix merge conflicts during git rebase. If you like my style of teaching, I'd love to see ...

9:45
git rebase - Why, When & How to fix conflicts

192,568 views

1 year ago

Visual Studio Code
Git: branches in Visual Studio Code

https://aka.ms/vscode-git | Learn all about branch management in Visual Studio Code! #git #github #vscode #visualstudiocode ...

4:15
Git: branches in Visual Studio Code

147,033 views

3 years ago

Penguin Tech
Fork, Clone and Create Pull Request Github: Using VS Code and Terminal - Part 1

VSCode #Github #PR Steps: git clone https://github.com/gauravshremayee/IoTDynamicDashboard.git cd IoTDynamicDashboard/ ...

6:34
Fork, Clone and Create Pull Request Github: Using VS Code and Terminal - Part 1

822 views

4 years ago

prasad Kadu
[Latest 2023] How to create Branch in GitHub | Pull Request | Merge | VS code with example

Creating new Branch in GitHub using VS code using react project - Creating Pull Request - Merge - Git Pull.

10:41
[Latest 2023] How to create Branch in GitHub | Pull Request | Merge | VS code with example

23,613 views

2 years ago

Sam Fromaway
How To Use GitHub with VS Code in 2020 | Merge, Branch & Pull Request | Part 5

Playlist Github & VS Code https://www.youtube.com/playlist?list=PLpPVLI0A0OkLBWbcctmGxxF6VHWSQw1hi --- Book A ...

6:57
How To Use GitHub with VS Code in 2020 | Merge, Branch & Pull Request | Part 5

161,400 views

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

2 years ago

Dev Leonardo
Create a Pull Request from Visual Studio Code [1/3]

Did anyone say the word "Productivity"? We're all used to the GitHub UI so we usually navigate to GitHub, then search for our ...

4:59
Create a Pull Request from Visual Studio Code [1/3]

15,722 views

2 years ago

Microsoft Visual Studio
Introducing GitHub pull requests for Visual Studio Code

Over the past months we have been busy working on bringing you a new integrated pull request experience that enables you to ...

8:12
Introducing GitHub pull requests for Visual Studio Code

39,519 views

7 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,927 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

74,996 views

4 years ago

Visual Studio Code
Using Git with Visual Studio Code (Official Beginner Tutorial)

A brief/compact intro to #Git & #GitHub made easy with #visualstudiocode 0:00 Intro 0:35 Initialize repository 0:55 Rename branch ...

6:56
Using Git with Visual Studio Code (Official Beginner Tutorial)

1,773,469 views

3 years ago

Evan Gudmestad
GitHub Fork & Pull Request Tutorial in VSCode

In this tutorial I show how to fork a GitHub repository and how to create a pull request.

4:05
GitHub Fork & Pull Request Tutorial in VSCode

2,690 views

1 year ago

Sai Gopi
What is Git Pull Request (PR) for beginners in Telugu with examples | Github Telugu

What is Git Pull Request (PR) for beginners in Telugu with examples ▻ Membership ...

9:02
What is Git Pull Request (PR) for beginners in Telugu with examples | Github Telugu

33,924 views

4 years ago

Dev Leonardo
Resolve Merge Conflict in Visual Studio Code

Got a merge Conflict after doing git pull or merge? Visual Studio Code can help you! Twice! There are mainly two different ways of ...

6:38
Resolve Merge Conflict in Visual Studio Code

142,205 views

3 years ago