ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

754 results

GitButler
Interactive Rebase | Ep. 6 Bits and Booze

Join Scott and Esteban as they explore Interactive Rebase. 0:00 Intro 3:44 git rebase 8:46 git reflog (rewinding history) 9:36 git ...

25:37
Interactive Rebase | Ep. 6 Bits and Booze

3,011 views

1 year ago

freeCodeCamp.org
Advanced Git Tutorial - Interactive Rebase, Cherry-Picking, Reflog, Submodules and more

Git has so much more to offer than just "commit, pull, push"! Its advanced tools can help you become more productive and ...

34:01
Advanced Git Tutorial - Interactive Rebase, Cherry-Picking, Reflog, Submodules and more

310,772 views

4 years ago

Hitesh Choudhary
Git rebase is not that scary

Git Rebase may seem daunting, but it's a powerful tool that, when understood, can significantly streamline your workflow.

21:44
Git rebase is not that scary

44,752 views

1 year ago

Git Unleashed
Interactive Rebase (Arabic) | Rewriting Git History

In this comprehensive Git tutorial, you'll dive deep into the powerful world of Git Interactive Rebase! Git Interactive Rebase is ...

20:49
Interactive Rebase (Arabic) | Rewriting Git History

160 views

2 years ago

DevInsideYou
Interactive Rebase - #Git Tutorial for Absolute Beginners from Zero to Hero - Part 10

In this video we are going to learn about interactive rebases which are the key to history rewrites. We will also learn about a ...

29:10
Interactive Rebase - #Git Tutorial for Absolute Beginners from Zero to Hero - Part 10

1,380 views

4 years ago

System Crafters
Fix Your Git Commits Like a Rebase Expert with Magit

In this video, we'll learn how to use Magit's interactive rebase feature to rewrite commit history and clean up a set of messy ...

25:45
Fix Your Git Commits Like a Rebase Expert with Magit

13,916 views

4 years ago

Patrick Christopher
Git rebasing

Git rebasing.

51:09
Git rebasing

0 views

Streamed 12 years ago

freeCodeCamp.org
Git for Professionals Tutorial - Tools & Concepts for Mastering Version Control with Git

Git has the power to make you a better software developer. But you'll have to go beyond the basic "commit, push, pull" to use it ...

40:42
Git for Professionals Tutorial - Tools & Concepts for Mastering Version Control with Git

1,865,620 views

4 years ago

Brett Codes
Git Rebasing Explained

Sometimes you need to get the code on your Git branch updated with the latest code in the main (a.k.a. master) branch or maybe ...

20:34
Git Rebasing Explained

9,304 views

4 years ago

Reversim
Demystifying git: from SHA to interactive rebase / Adam Matan

When I started using git 7 years ago, I was baffled by its mysterious jargon, and intimidated by the occasional French-revolution ...

25:49
Demystifying git: from SHA to interactive rebase / Adam Matan

2,114 views

6 years ago

Brief
Git Internals - Git Rebase

In this video we understand the super powerful tool - git rebase. This is part 4 of a series about Merge & Rebase. In Part 1 we ...

38:55
Git Internals - Git Rebase

5,328 views

2 years ago

Programming with Sebastian
Git Tutorial Part 4 - Git Rebase and Interactive Rebase

Learn why you would use git rebase or an interactive rebase (git rebase -i). We look at what these features would be used in git ...

26:29
Git Tutorial Part 4 - Git Rebase and Interactive Rebase

4,333 views

9 years ago

Free Debreuil
Git Rebase and Interactive Rebase for Chromium Development

The sources provide a comprehensive guide to Git rebasing and interactive rebasing, explaining how these powerful tools rewrite ...

36:54
Git Rebase and Interactive Rebase for Chromium Development

6 views

3 months ago

Luc Hamers
Clean-up history in Git: use interactive rebase and reset

In this video I will show how to clean-up the Git history of a feature branch, both with interactive rebasing as well as by using reset.

29:52
Clean-up history in Git: use interactive rebase and reset

36 views

2 years ago

Engineers.SG
Interactive rebasing with Git - Grumpy Gits Meetup

Speaker: Jason Chionh In this short talk, we'll go through the command "git rebase -i". This is git rebasing in interactive mode.

27:53
Interactive rebasing with Git - Grumpy Gits Meetup

94 views

10 years ago

DevTalks
To Rebase or Not to Rebase: Taming Your Git History

Rebasing is a contentious issue in the Git community. Advocates consider it essential to remove pesky, intermediate commits, ...

31:38
To Rebase or Not to Rebase: Taming Your Git History

376 views

11 years ago

Simplilearn
What Is Git Rebase 2026 | Git Rebase Tutorial | Github Rebase Explained | Simplilearn

Professional Certificate Program in Cloud Computing and DevOps ...

1:11:23
What Is Git Rebase 2026 | Git Rebase Tutorial | Github Rebase Explained | Simplilearn

1,555 views

2 months ago

Swiftful Thinking
How to Rebase Branches and When to Rebase vs Merge  | Git & Source Control #8

Explore the nuances of rebasing branches in Git and understand when to rebase versus merge with our instructional video.

20:47
How to Rebase Branches and When to Rebase vs Merge | Git & Source Control #8

6,659 views

1 year ago

Visual Computer Science
GIT Explained Part 2 (merge, rebase, conflicts, tips & tricks)

In this video we're going to learn all the good stuff we need to know when working with GIT, things that are really painful to deal ...

25:58
GIT Explained Part 2 (merge, rebase, conflicts, tips & tricks)

604 views

3 years ago

Max Bruckner (FSMaxB)
Real world git example including interactive rebase

In this Video I'm demonstrating one of the ways I'm using git on a day to day basis. The code I am working on is from math.js ...

38:47
Real world git example including interactive rebase

3,360 views

10 years ago

IntermediateVim
"Authoritative" git feature branch / rebase workflow

Below is the workflow from the video. It should work regardless of your repo status. I have made a tiny addendum about making ...

24:03
"Authoritative" git feature branch / rebase workflow

82 views

4 years ago

Confreaks
RubyConf 2019 - Story telling with Git rebase by Elle Meredith

RubyConf 2019 - Story telling with Git rebase by Elle Meredith In a successful software development project, a key challenge is to ...

34:43
RubyConf 2019 - Story telling with Git rebase by Elle Meredith

1,111 views

6 years ago

GitLab Unfiltered
Marcel talks about Git rebasing, fixing commit messages and squashing

Marcel tells Amy how he does rebases, interactive rebases to fix commit messages, force pushes, and a fast and easy way to ...

26:50
Marcel talks about Git rebasing, fixing commit messages and squashing

56 views

6 years ago

Tim MacDonald
Git rebase: a love story.

A (not so lightning) talk about git rebase and then things it enables. My dot files: https://github.com/timacdonald/dotfiles/ Slides and ...

49:06
Git rebase: a love story.

2,048 views

4 years ago

Automation Step by Step
Git Merge vs Git Rebase for Beginners

00:00 - git merge 12:37 - git rebase FREE Tutorials - https://automationstepbystep.com/ In Git there are 2 ways to integrate ...

22:24
Git Merge vs Git Rebase for Beginners

107,491 views

6 years ago