ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

172 results

anthonywritescode
linus messed up the linux git history (so now there's a new git option)

today we talk about unrelated git histories and how one accidentally crept into the linux kernel! playlist: ...

12:55
linus messed up the linux git history (so now there's a new git option)

55,699 views

7 days ago

Low Level
i didn't expect to see this...

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3e0ae02ba831da2b707905f4e602e43f8507b8cc MY ...

8:07
i didn't expect to see this...

154,954 views

7 days ago

Ved The Master
How to Connect Git to GitHub (Step by Step)

Instagram :https://www.instagram.com/themaster_ved/ ▻ My Laptop : https://amzn.to/3QxCRSY ▻ My Headphones (Battery ...

6:45
How to Connect Git to GitHub (Step by Step)

34 views

7 days ago

Ashutosh Pandey
Install Git & Create Your First Commit | Git Tutorial for Beginners (Episode 2)

In this video, we move from theory to action. You will learn how to install Git on Windows and Mac, configure Git, and create your ...

13:23
Install Git & Create Your First Commit | Git Tutorial for Beginners (Episode 2)

16 views

4 days ago

Code With Rayyan
Data Science Full Course For Beginners | Git Commit

codewithrayyan This video is about Data Science Full Course For Beginners | Git Commit Course Link : HTML FULL COURSE ...

15:01
Data Science Full Course For Beginners | Git Commit

30 views

5 days ago

anthonywritescode
splitting a monorepo with git filter-branch / filter-repo

today we show how I split out a subsection of a monorepo to a separate repo while preserving history! playlist: ...

16:38
splitting a monorepo with git filter-branch / filter-repo

1,020 views

7 hours ago

Dave Liddament
Git tips and tricks. Day 17: git rebase -i --autosquash

My favourite git find of 2025! The combination of git commit --fixup and git rebase -i --autosquash make it easy to retrospectively fix ...

7:45
Git tips and tricks. Day 17: git rebase -i --autosquash

123 views

7 days ago

John Capobianco
Introducing GAIT: Git for Artificial Intelligence Tracking

We version code with Git — but AI conversations are still ephemeral. And AI conversations, our prompts, context, and LLM ...

18:05
Introducing GAIT: Git for Artificial Intelligence Tracking

537 views

4 days ago

wen_creatives
How to Deploy an App Using GitHub: The Complete Guide

... 15:00 - Practical Assignment Pushing to GitHub: git init git add . git commit -m "Initial commit" git branch -M main git remote add ...

6:12
How to Deploy an App Using GitHub: The Complete Guide

14 views

7 days ago

DheerajTechInsight
Git Configuration Explained | Set Name, Email & SSH Key with GitHub

Before using Git properly, you must configure it. In this video, you'll learn how to set your Git identity, understand global vs local ...

13:54
Git Configuration Explained | Set Name, Email & SSH Key with GitHub

796 views

7 days ago

Dave Liddament
Git tips and tricks. Day 19: git branch

Today we're learning about branches.

4:55
Git tips and tricks. Day 19: git branch

53 views

5 days ago

Daed
Devops Journeyman - Using Github

Sharing code with others made easy using Github. We walk around the interface and interact with GitHub with our own repos and ...

17:12
Devops Journeyman - Using Github

7 views

7 days ago

Deen aur Code
Git & GitHub finally made EASY 😱 (No more confusion!)

Git & GitHub samajh nahi aa raha? ‍ ** Commits, branches, push, pull, repositories — sab confusing lagta hai? Is video me ...

7:12
Git & GitHub finally made EASY 😱 (No more confusion!)

29 views

6 days ago

Ved The Master
How to Initialize a Git Repository (git init Explained)

Instagram :https://www.instagram.com/themaster_ved/ ▻ My Laptop : https://amzn.to/3QxCRSY ▻ My Headphones (Battery ...

4:29
How to Initialize a Git Repository (git init Explained)

45 views

5 days ago

SavvyNik
Rust Just Received Its First CVE in Linux

Rust code in the Linux Kernel just officially received its first CVE. This was bound to happen but lets talk about why.. Is this a good ...

12:37
Rust Just Received Its First CVE in Linux

6,089 views

4 days ago

Madhukar Reddy
Git Basic Workflow Explained | Working Directory, Staging Area & .git Folder (Day 2)

This video explains: Git Working Directory, Staging Area, and Repository What happens when you run git add and git commit The ...

8:34
Git Basic Workflow Explained | Working Directory, Staging Area & .git Folder (Day 2)

56 views

5 days ago

Athanti Jaswanth
Creating Git Repository Remotely and cloning into local repository to commit changes

Creating Git Repository Remotely on GitHub and cloning it into a local repository to commit changes and push them to the remote ...

6:00
Creating Git Repository Remotely and cloning into local repository to commit changes

25 views

4 days ago

Blujay Technologies
Undo Mistakes in Git Like a Pro | Git Revert Explained with Examples

In this video, you'll learn how to undo changes in Git using the git revert command. Mistakes happen — but with Git, you can fix ...

18:54
Undo Mistakes in Git Like a Pro | Git Revert Explained with Examples

13 views

7 days ago

StartDevOpsWithMahaboob
Git Tutorial for DevOps Engineers | Git Basics with Hands-On Demo for Beginners

In this video, I explain Git from scratch and cover the most important Git basics up to git add and git commit using real commands.

12:10
Git Tutorial for DevOps Engineers | Git Basics with Hands-On Demo for Beginners

30 views

3 days ago

OverWorkAI
Git Submodules vs Monorepos: Structuring Large Projects & Choosing the Right Architecture

This video offers a comprehensive breakdown of Git Submodules and Monorepos, the two primary solutions for structuring large ...

8:26
Git Submodules vs Monorepos: Structuring Large Projects & Choosing the Right Architecture

33 views

6 days ago

Constant Thinking
3 AI CLI Tricks I Use Every Day (Save Hours Weekly)

Tired of writing git commit messages? Let AI do it for you! In this video, I share 3 CLI tricks I use almost daily to automate repetitive ...

8:51
3 AI CLI Tricks I Use Every Day (Save Hours Weekly)

399 views

1 day ago

Dave Liddament
Git tips and tricks. Day 18: git rebase -i (part 3)

Learn how we can use interactive rebase to change commits in the past. In this example we're splitting an existing commit into 2.

5:41
Git tips and tricks. Day 18: git rebase -i (part 3)

29 views

6 days ago

Script and Execute
Git Merge Conflict Explained | How to Resolve Conflicts (Real-Time Demo)

In this video, we deep dive into one of the most important Git concepts – MERGE CONFLICTS. This is Part 4 of my Git & GitHub ...

16:11
Git Merge Conflict Explained | How to Resolve Conflicts (Real-Time Demo)

62 views

3 days ago

Sophia Wagner
Softwareengineering: Why squash git commits for pull requests?

Why squash git commits for pull requests? Hey guys! Hopefully you found a solution that helped you! The Content is licensed ...

6:35
Softwareengineering: Why squash git commits for pull requests?

39 views

7 days ago

Hacker Singh
Day 13: Why I Disappeared + Git & GitHub Tutorial for Complete Beginners

Hey everyone, I owe you an explanation. We didn't build anything today. Or yesterday. Or the day before that. And I genuinely feel ...

6:38
Day 13: Why I Disappeared + Git & GitHub Tutorial for Complete Beginners

62 views

5 days ago