Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
60 results
Git Reset vs Git Revert — what's the difference, and when should you use each? In this practical Git Reset vs Git Revert tutorial, ...
30 views
10 days ago
Git gives you several real, different ways to undo a change, each with a genuinely different effect on history. In this video you'll ...
0 views
5 days ago
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?
65 views
2 weeks ago
Git checkout vs reset vs revert — what's the difference, and which Git command should you use when you need to undo changes ...
3 views
13 days ago
Master Git Reset, Git Revert, and Force Push with real-world examples, and learn when to use each without breaking your project.
13 views
Official Links - Git downloads (official): https://git-scm.com/downloads - Git documentation: https://git-scm.com/docs - Pro Git book ...
6 views
Learn how to inspect, restore, reset, and revert changes in Git with clear, step-by-step explanations and real-world examples.
18 views
3 weeks ago
Git Restore and Revert Step-by-Step: Undo File Changes and Commits Safely Join our WhatsApp Channel for updates on free ...
31 views
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 ...
62 views
Learn how to safely use git reset: when to use git reset --soft, --mixed, and --hard, what each option changes (HEAD, index/staging ...
9 views
17 hours ago
"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 ...
6 days ago
Git almost never deletes anything: what you lose is the reference, not the content. And there is a command that keeps all of ...
45 views
Git에서 실수했을 때 무엇을 취소해야 할까요? 이번 Git/GitHub #008에서는 Git의 실행 취소 도구인 Restore, Reset, Revert의 차이와 ...
4 views
"Four commits on a branch, then the command everyone types once: `git reset --hard HEAD~3`. Wrong number, wrong branch ...
1 view
How to undo a mistake with Git without losing your work? In this sixth episode of the Git training on Infrasquad, we'll choose ...
This beginner-friendly guide covers local commits, pushed commits, Git revert, Git reset, force push, and common version control ...
12 views
git reset did not delete your commits. It moved a label off them — and the reflog remembers every place that label has ever stood.
4 days ago
Module 02 of 07 — Git & GitHub Crash Course — Lab Codebase By the end of this module you will have the taskflow repository ...
11 views
11 days ago
If already pushed → use git revert (not reset). In this silent animated lesson you'll learn: ✓ git reset --soft HEAD~1 → undo commit, ...
4 weeks ago
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 ...
5 views