ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

178,530 results

Net Ninja
Git & GitHub Tutorial for Beginners #8 - Branches

Hey gang, in this git tutorial I'll introduce you to branching and creating new branches to test out new features on. This way, we're ...

10:07
Git & GitHub Tutorial for Beginners #8 - Branches

383,464 views

8 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)

9,254 views

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

739,846 views

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

318,227 views

4 years ago

Fireship
Git Explained in 100 Seconds

Learn the basics of Git in 100 seconds. 0:09 Initialize a git repo 0:33 Stage files 0:39 Commit a snapshot 1:12 Branch off into an ...

1:57
Git Explained in 100 Seconds

750,289 views

6 years ago

freeCodeCamp.org
Git Branches Tutorial

Branches are one of Git's most important concepts. And to master Git, it's essential to have a thorough understanding of how ...

33:20
Git Branches Tutorial

291,304 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

97,641 views

4 years ago

AyyazTech
How to create new branch in GitHub?

In this concise tutorial, I walk you through the process of creating a branch in GitHub. Whether you're new to Git and GitHub or ...

5:00
How to create new branch in GitHub?

94,055 views

1 year ago

The Modern Coder
Gitflow Explained

If this visual learning style clicks for you, I built LearnGit.io to be a more complete curriculum focusing on how Git actually works, ...

2:51
Gitflow Explained

58,839 views

1 year ago

The Coding Train
1.2: Branches - Git and GitHub for Poets

In this second video of the Git and GitHub for Poets tutorial series, we cover the concept of branches Contact: ...

11:55
1.2: Branches - Git and GitHub for Poets

414,576 views

9 years ago

Maksim Ivanov
What are branches in Git #coding #technology #tech #git #github

The main branch branches are often used to develop new features independently or in other words without affecting other ...

0:48
What are branches in Git #coding #technology #tech #git #github

5,471 views

2 years ago

freeCodeCamp.org and logicBase Labs
Git & GitHub Crash Course for Beginners [2026]

Learn Git and GitHub from scratch with clear examples, real workflows, branching, merging, stashing, rebase, pull requests, and ...

1:21:20
Git & GitHub Crash Course for Beginners [2026]

241,989 views

3 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)

495,324 views

8 years ago

Caleb Curry
Git + GitHub Branches, Forks, and Pull Requests

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

15:38
Git + GitHub Branches, Forks, and Pull Requests

31,776 views

5 years ago

JavaScript Mastery
Git & GitHub Tutorial | Visualized Git Course for Beginner & Professional Developers in 2024

In this visualized Git Tutorial, you'll learn everything from the basics of Git to advanced tips no one else talks about. We'll dive into ...

1:12:07
Git & GitHub Tutorial | Visualized Git Course for Beginner & Professional Developers in 2024

782,036 views

1 year ago

Tech With Tim
GitHub Actions (Branch Protection, Automated Testing) - Full Tutorial

In this video, I've teamed up with Microsoft Canada to introduce you to GitHub Actions, Workflows, Secrets, Testing & much much ...

29:56
GitHub Actions (Branch Protection, Automated Testing) - Full Tutorial

59,083 views

2 years ago

AyyazTech
How to Compare Two Branches in GitHub - A Step-by-Step Guide

Exclusive Hosting Deal from Hostinger Ready to launch your own website? Use my affiliate link to get an exclusive discount on ...

4:23
How to Compare Two Branches in GitHub - A Step-by-Step Guide

11,884 views

1 year ago

DevOps & AI Toolkit
Branching Strategies Explained

What are different branching strategies? Which Git branching strategy should you be using? Should it be trunk-based ...

18:19
Branching Strategies Explained

180,149 views

4 years ago

Hello Byte
Git Merge vs Rebase vs Squash

When collaborating with Git, you'll often use commands like Merge, Rebase, and Squash. Each of these methods deals with ...

2:59
Git Merge vs Rebase vs Squash

69,214 views

1 year ago

freeCodeCamp.org
Git & GitHub: Branching and the GitHub Workflow

We're busy people who learn to code, then practice by building projects for nonprofits. Learn Full-stack JavaScript, build a ...

2:13
Git & GitHub: Branching and the GitHub Workflow

77,954 views

9 years ago

Let's DevOps
🚀 GIT Branching Strategy | GIT for Beginners | Let's Learn DevOps ✨ #coding #technology

A well-defined Git branching strategy is crucial for software development because it brings order, efficiency, and collaboration to ...

0:14
🚀 GIT Branching Strategy | GIT for Beginners | Let's Learn DevOps ✨ #coding #technology

52,325 views

1 year ago

TheCodex
Git and GitHub Tutorials #3 - What are Git Branches?

Vibe coding web applications with Claude Code? Speed up your workflow https://withcascade.com/ ... Brand new Git and GitHub ...

9:58
Git and GitHub Tutorials #3 - What are Git Branches?

45,395 views

6 years ago

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

138,460 views

4 years ago

ArjanCodes
How to Use Git Branches Like a Pro (FastAPI Example)

Streamline your Git workflow - get started with GitKraken for free: https://bit.ly/4j8AlRM. Confused about Git? You're not alone ...

19:00
How to Use Git Branches Like a Pro (FastAPI Example)

47,040 views

10 months ago

CodeWithChris
GitHub Tutorial: Understanding Branches in 60s

Struggling to understand branches in GitHub? Here's the simple explanation: GitHub is a form of source control (like save ...

1:06
GitHub Tutorial: Understanding Branches in 60s

1,987 views

5 months ago