ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

60 results

Skillfyme
Git Reset vs Git Revert: How to Undo Commits Safely

Git Reset vs Git Revert — what's the difference, and when should you use each? In this practical Git Reset vs Git Revert tutorial, ...

8:46
Git Reset vs Git Revert: How to Undo Commits Safely

30 views

10 days ago

Web Development Tutorials
Git & GitHub: Undoing Changes: reset, revert, and checkout

Git gives you several real, different ways to undo a change, each with a genuinely different effect on history. In this video you'll ...

1:23
Git & GitHub: Undoing Changes: reset, revert, and checkout

0 views

5 days ago

DevOps Topics
Git Tutorial For Beginners | How to undo a commit | git revert vs git reset

Git Tutorial For Beginners | How to Undo a Commit | git revert vs git reset Made a Git commit by mistake and want to undo it?

11:02
Git Tutorial For Beginners | How to undo a commit | git revert vs git reset

65 views

2 weeks ago

Code District
Git Checkout vs Reset vs Revert — One Can Delete Your Work

Git checkout vs reset vs revert — what's the difference, and which Git command should you use when you need to undo changes ...

2:50
Git Checkout vs Reset vs Revert — One Can Delete Your Work

3 views

13 days ago

Dr Ridwan Oladipo
Git Reset vs Git Revert vs Force Push Explained

Master Git Reset, Git Revert, and Force Push with real-world examples, and learn when to use each without breaking your project.

23:02
Git Reset vs Git Revert vs Force Push Explained

13 views

2 weeks ago

ErrorFixer
How to Undo Git Mistakes - Reset, Revert & Reflog (2026) | Git Tutorial

Official Links - Git downloads (official): https://git-scm.com/downloads - Git documentation: https://git-scm.com/docs - Pro Git book ...

4:13
How to Undo Git Mistakes - Reset, Revert & Reflog (2026) | Git Tutorial

6 views

2 weeks ago

Dr Ridwan Oladipo
How to Undo Changes in Git (Diff, Restore, Reset & Revert) | Part 1

Learn how to inspect, restore, reset, and revert changes in Git with clear, step-by-step explanations and real-world examples.

34:37
How to Undo Changes in Git (Diff, Restore, Reset & Revert) | Part 1

18 views

3 weeks ago

Dr Ridwan Oladipo
How to Undo Changes in Git (Diff, Restore, Reset & Revert) | Part 2

Git Restore and Revert Step-by-Step: Undo File Changes and Commits Safely Join our WhatsApp Channel for updates on free ...

22:19
How to Undo Changes in Git (Diff, Restore, Reset & Revert) | Part 2

31 views

3 weeks ago

Jess Temporal
How to Undo Commits in Git

In this video: * git reset and its three flavors (soft/default/hard) · 1:30 * reset vs revert, and which to use when · 3:20 * git reflog to ...

7:20
How to Undo Commits in Git

62 views

3 weeks ago

Web Coder Abhishek
Git Reset Tutorial — Soft Reset vs Hard Reset (What They Do + Examples)

Learn how to safely use git reset: when to use git reset --soft, --mixed, and --hard, what each option changes (HEAD, index/staging ...

6:00
Git Reset Tutorial — Soft Reset vs Hard Reset (What They Do + Examples)

9 views

17 hours ago

code-drill
Git revert a commit — undo one from five commits ago (gg)

"The commit you need gone isn't the last one. Four good commits landed on top of it since, and `git reset` would take all four with it ...

0:54
Git revert a commit — undo one from five commits ago (gg)

3 views

6 days ago

Cultura DevOps
How do I undo what I just did in Git? (without breaking anything)

Git almost never deletes anything: what you lose is the reference, not the content. And there is a command that keeps all of ...

12:19
How do I undo what I just did in Git? (without breaking anything)

45 views

2 weeks ago

IT입문
Git/GitHub #008 | Restore·Reset·Revert 완전 이해 · Git 실행 취소 가이드

Git에서 실수했을 때 무엇을 취소해야 할까요? 이번 Git/GitHub #008에서는 Git의 실행 취소 도구인 Restore, Reset, Revert의 차이와 ...

5:28
Git/GitHub #008 | Restore·Reset·Revert 완전 이해 · Git 실행 취소 가이드

4 views

2 weeks ago

code-drill
Recover lost commits after git reset --hard (gg)

"Four commits on a branch, then the command everyone types once: `git reset --hard HEAD~3`. Wrong number, wrong branch ...

0:59
Recover lost commits after git reset --hard (gg)

1 view

6 days ago

InfraSquad FR
6. Undo an error with Restore, Reset, and Revert | Git Training #6

How to undo a mistake with Git without losing your work? In this sixth episode of the Git training on Infrasquad, we'll choose ...

15:07
6. Undo an error with Restore, Reset, and Revert | Git Training #6

18 views

10 days ago

Learn Mode Lab
HOW TO UNDO A COMMIT ON GITHUB (STEP-BY-STEP GUIDE 2026)

This beginner-friendly guide covers local commits, pushed commits, Git revert, Git reset, force push, and common version control ...

1:30
HOW TO UNDO A COMMIT ON GITHUB (STEP-BY-STEP GUIDE 2026)

12 views

3 weeks ago

RepoFlock
Git Undo: You're Just Moving the Label Back

git reset did not delete your commits. It moved a label off them — and the reflog remembers every place that label has ever stood.

3:01
Git Undo: You're Just Moving the Label Back

0 views

4 days ago

Skills Pragati
02. The Solo Workflow — Git & GitHub Crash Course — Lab Codebase

Module 02 of 07 — Git & GitHub Crash Course — Lab Codebase By the end of this module you will have the taskflow repository ...

23:18
02. The Solo Workflow — Git & GitHub Crash Course — Lab Codebase

11 views

11 days ago

Sharad Khare
How to Undo the Last Git Commit (Soft vs Mixed vs Hard) | Datacode With Sharad

If already pushed → use git revert (not reset). In this silent animated lesson you'll learn: ✓ git reset --soft HEAD~1 → undo commit, ...

2:07
How to Undo the Last Git Commit (Soft vs Mixed vs Hard) | Datacode With Sharad

4 views

4 weeks ago

Code with Chetan
Git Interview Questions — the 7 they actually ask (and how to answer)

CHAPTERS 0:00 Q1 - git reset vs git revert 1:14 Q2 - merge vs rebase 2:13 Q3 - fetch vs pull 2:59 Q4 - what HEAD really is 3:53 ...

6:55
Git Interview Questions — the 7 they actually ask (and how to answer)

5 views

6 days ago