ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,760,544 results

Related queries

git restore

git revert

git revert command

git reset soft vs hard

git reflog

git reset in tamil

git revert commit after push

git reset in telugu

Boot dev
Git Revert vs Git Reset

Revert and reset sound similar, so it might induce you into thinking they are doing the same thing, but no! They are quite different ...

1:47
Git Revert vs Git Reset

20,138 views

1 year ago

Philomatics
Undo a git commit - git reset/revert - pushed/not pushed

How to undo a git commit. Pushed and not pushed/unpushed. Using git reset and git revert. Get my interactive git cheatsheet as ...

3:28
Undo a git commit - git reset/revert - pushed/not pushed

22,478 views

1 year ago

GitKraken
Git Tutorial #34: How to Use Git Reset Soft, Mixed, and Hard | Learn Git

Need to undo local changes or rewrite commit history? Git reset gives you that power and then some. In this Git tutorial, you'll ...

10:23
Git Tutorial #34: How to Use Git Reset Soft, Mixed, and Hard | Learn Git

17,880 views

3 years ago

A shot of code
Git Reset Mixed, Soft and Hard Explained - Visualized in Realtime #VisualGit

Git Reset has 3 ways it can be invoked - Mixed, Soft and Hard. To better understand how these work and how they differ from each ...

11:12
Git Reset Mixed, Soft and Hard Explained - Visualized in Realtime #VisualGit

7,795 views

2 years ago

Java Home Cloud
Git rest & revert deep dive | Git revert vs reset Demo | Git tutorial | Java Home Cloud

Register for Online Training https://bit.ly/3vuBQqb Git revert and git reset are two Git commands used to undo changes in a Git ...

13:25
Git rest & revert deep dive | Git revert vs reset Demo | Git tutorial | Java Home Cloud

15,067 views

2 years ago

A shot of code
Git Reset Visualized

In this Git tutorial we look at how to perform a Git Reset, when you might want to do so, and how the 3 ways of calling Git Reset ...

11:55
Git Reset Visualized

852 views

2 years ago

GitButler
Git Reset | Ep.3 Bits and Booze

Join Scott and Caleb while they explore Git Reset. 0:00 Intro 6:02 git ls-tree 6:15 git ls-files 8:04 git reset [--mixed] 9:34 git reset ...

18:04
Git Reset | Ep.3 Bits and Booze

3,208 views

1 year ago

Mafia Codes
8. Git Tutorial - Undo things using git reset

In this video you will learn about the #git #reset command to completely undo things. Deploy NodeJs app: ...

5:54
8. Git Tutorial - Undo things using git reset

35,973 views

5 years ago

Software Engineer Tutorials
How to UNDO / REVERT a PUSHED COMMIT in GIT - 2 Ways - Which One Suits Your Needs?

revertpushedcommit #git #gitrevert 0:00-0:35 Intro. 0:38-1:30 Option #1: git revert (public branches) 1:39-2:26 Option #2: git reset ...

2:37
How to UNDO / REVERT a PUSHED COMMIT in GIT - 2 Ways - Which One Suits Your Needs?

274,978 views

3 years ago

People also watched

Ihatetomatoes
How to undo your changes in Git? Git reset

Learn how to undo your changes in Git. Use Git reset to revert what you want. In this Git tutorial you will learn: - how to undo your ...

12:27
How to undo your changes in Git? Git reset

27,114 views

5 years ago

Steve Griffith - Prof3ssorSt3v3
Git Reset and Revert Commands

Make an error in your repo? Commit a change to your repo before you meant to? Even worse, you've committed and pushed the ...

17:05
Git Reset and Revert Commands

41,724 views

5 years ago

GerritForge TV
GitButler working with Gerrit

Gerrit User Summit 2025 - Paris-Saclay, France 17–19 October 2025 Using GitButler with Gerrit together. Scott Chacon.

39:26
GitButler working with Gerrit

202 views

2 months ago

Leela Web Dev
29. Git Revert Command. Difference between git Reset and the Revert command and when to use in GIT.

In this video, we will see about the GIT Revert command and we will see the difference between git reset and the git revert ...

11:47
29. Git Revert Command. Difference between git Reset and the Revert command and when to use in GIT.

29,483 views

4 years ago

Mafia Codes
5. Git Tutorial - Revert commits (undoing things)

In this video you will learn how to undo things using #git #revert Deploy NodeJs app: https://zeet.co/r/yourstruly (Sign-up now to ...

4:30
5. Git Tutorial - Revert commits (undoing things)

71,086 views

5 years ago

SureshKumar Mylam
Git RESET explanation and implementation of hard, mixed & soft reset options with examples

In this video you are going to understand git reset concept and different options such as: Hard. : git reset --hard commit_ID Mixed.

24:19
Git RESET explanation and implementation of hard, mixed & soft reset options with examples

3,085 views

5 years ago

Amod Mahajan
How To Revert Single/Multiple Commits in GIT |Git Revert Command in Simple Way |Revert Pushed Commit

Is my YouTube channel helping you? If No, feel free to drop a comment/email. If Yes, you can support my channel by ...

10:39
How To Revert Single/Multiple Commits in GIT |Git Revert Command in Simple Way |Revert Pushed Commit

7,307 views

2 years ago

Lars Bilde
Git Reset to a specific commit - version

How do you reset your code to a previous specific version. https://www.atlassian.com/git/tutorials/undoing-changes/git-reset.

3:56
Git Reset to a specific commit - version

44,776 views

9 years ago

Dilan_JT
how to undo the commit pushed using git revert | git revert | git tutorials

Hi techies, This is a tutorial video on how to use the git revert command. This command is useful in reverting or undoing the ...

5:57
how to undo the commit pushed using git revert | git revert | git tutorials

62,290 views

4 years ago

Cameron McKenzie
How to Revert a Git Commit

Sometimes when you think you need to revert a Git commit, what you really need is a reset. In this Git revert a commit example, I'll ...

6:52
How to Revert a Git Commit

34,018 views

5 years ago

Front-end Science із Сергієм Пузанковим
Git reset: как различить soft, mixed и hard

Друзья, вы много просили в комментариях продолжения видео про git. Поэтому я решил посвятить всю неделю самым ...

8:54
Git reset: как различить soft, mixed и hard

17,464 views

4 years ago

freeCodeCamp.org
How to Undo Mistakes With Git Using the Command Line

Git offers lots of different ways to undo, revert, recover and fix your mistakes. In this course, we'll look at the bad things that can ...

55:21
How to Undo Mistakes With Git Using the Command Line

94,072 views

5 years ago

Rahul Wagh
What is Git Reset (--soft, --mixed, --hard) ?| DevOps Master Course | Day-6

Udemy Course - AWS Networking Zero to Hero! ▭▭▭▭▭▭ AWS Networking Masterclass!

15:05
What is Git Reset (--soft, --mixed, --hard) ?| DevOps Master Course | Day-6

1,588 views

3 months ago

Deep Skript
Git - Reset (soft, mixed, hard) Vs. Checkout Vs. Commit

This video is part of the "Overcoming Fear Of Git" course: https://www.udemy.com/course/overcoming-fear-of-git What happens ...

4:19
Git - Reset (soft, mixed, hard) Vs. Checkout Vs. Commit

18,643 views

4 years ago

HenrikM Dev
Git Reset vs Revert vs Rebase - Fix Your Mistakes the Right Way

New to Git? Download my FREE Git Started Guide here: https://henrikmdev.com/gitstarted Need 1-on-1 coaching? Click ...

15:36
Git Reset vs Revert vs Rebase - Fix Your Mistakes the Right Way

648 views

4 months ago

Cameron McKenzie
How to Undo a Pushed Git Commit - Reset & Revert a Git Commit After Push

Need to undo a pushed Git commit from GitHub, GitLab, Bitbucket or CodeCommit? Well, there are two ways to revert a pushed ...

12:25
How to Undo a Pushed Git Commit - Reset & Revert a Git Commit After Push

45,845 views

1 year ago

LearnThatStack
Git Reset vs Revert  - Which One Should You Use?

The BIG THREE - checkout vs reset vs revert — three commands that seem to "undo" things, but do completely different ...

3:20
Git Reset vs Revert - Which One Should You Use?

2,145 views

2 weeks ago

DevOps with Prashant
Git Undo Changes with Revert and Reset (Soft, Mixed, Hard) | Git Tutorial [Hindi] Part 9

Welcome to the next video in our "Git Mastery" playlist! In this tutorial, we delve into the powerful commands for undoing changes ...

19:06
Git Undo Changes with Revert and Reset (Soft, Mixed, Hard) | Git Tutorial [Hindi] Part 9

1,354 views

1 year ago

DEVOPS TRAINING BY PREETHI DOVALA
Understanding Git Reset: Soft vs. Mixed Reset Explained

"Confused about Git Reset modes? This video/post explains the difference between git reset --soft and git reset --mixed, two ...

3:49
Understanding Git Reset: Soft vs. Mixed Reset Explained

224 views

1 year ago

Maneezz Tech
Git Reset | Git Hard Reset - Basics

git #gitbasics #javahome #gitundochaanges #gittutorial This video demonstrates, how to undoing changes in git, With demos on ...

1:47
Git Reset | Git Hard Reset - Basics

111 views

3 years ago

Tech·WHYS
Undo Changes in Git: Revert, Reset, Checkout Guide

Undo Git Fast Learn how to safely undo mistakes in Git using revert, reset, and checkout. This beginner-friendly guide explains ...

2:21
Undo Changes in Git: Revert, Reset, Checkout Guide

39 views

6 months ago