ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,795,984 results

Related queries

git revert in tamil

git reset in tamil

git revert

git revert command

git restore

git reset soft

git reflog

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,335 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,924 views

3 years 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,740 views

1 year 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,816 views

2 years ago

Programación Fácil
¿Cómo usar GIT RESET, GIT REVERT y GIT CHECKOUT? - Curso Git y GitHub - Capítulo 8

Cómo usar GIT RESET, GIT REVERT y GIT CHECKOUT? - Curso Git y GitHub - Capítulo 8 Capítulo en mi sitio web: ...

8:35
¿Cómo usar GIT RESET, GIT REVERT y GIT CHECKOUT? - Curso Git y GitHub - Capítulo 8

5,093 views

3 years ago

Lucia F Calvo
Git #4 Git reset. Deshacer commits

Cómo deshacer un commit? Explicación del comando git reset, un comando que modifica el historial de commits. #git #gitreset ...

3:37
Git #4 Git reset. Deshacer commits

12,573 views

3 years ago

dfbastidas
07. Git and GitHub Professional Course - GIT RESET.

Follow me: https://www.instagram.com/dfbastidas Learn how to use Git's GIT RESET. Now you can delete commits or your ...

2:53
07. Git and GitHub Professional Course - GIT RESET.

10,978 views

5 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,092 views

2 years ago

People also watched

Moldeo Interactive
Git Courses - How to Revert a Commit (revert, reset)

Tutorial for reverting a commit in Git in two very simple ways (revert, reset). #Git Commands used: git reset --hard commit ...

5:34
Git Courses - How to Revert a Commit (revert, reset)

76,357 views

6 years ago

Steven Lee
git reset --hard vs git reset --soft
5:20
git reset --hard vs git reset --soft

9,202 views

5 years 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,379 views

1 year ago

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,117 views

5 years ago

ProgrammingKnowledge
How to REVERT a Commit from GitHub in VS Code | Undo Git Commits Easily (2025)

Accidentally made a wrong commit on GitHub? No worries!** In this step-by-step tutorial, I'll show you **how to revert a commit ...

3:24
How to REVERT a Commit from GitHub in VS Code | Undo Git Commits Easily (2025)

10,303 views

9 months ago

Lars Bilde
Git Reset - Basics

We will look into the Git Reset Command. https://www.atlassian.com/git/tutorials/undoing-changes/git-reset.

5:07
Git Reset - Basics

38,411 views

9 years ago

Rainbow - Tech, life and more :)
Git - Revert the previous commits using GitHub

This video shows how to revert the changes done as part of your previous commits using GitHub.

7:39
Git - Revert the previous commits using GitHub

40,612 views

3 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,096 views

5 years ago

Cameron McKenzie
Example of How to Use the Git Reset Hard Command

Trying to git reset hard a previous commit and then push to a remote repo, all while hoping your local commit history doesn't make ...

7:00
Example of How to Use the Git Reset Hard Command

18,730 views

7 years ago

Fernando Herrera
12 Comandos de Git que debes de saber

Repositorio: https://github.com/Klerith/youtube-git Curso de Git + Github completo: https://fernando-herrera.com/#/curso/git-github.

15:37
12 Comandos de Git que debes de saber

76,052 views

4 years 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,653 views

4 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,216 views

1 year 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

665 views

4 months 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,121 views

5 years 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,982 views

5 years 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,304 views

3 weeks 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

46,006 views

1 year 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,659 views

3 months 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?

275,530 views

3 years ago

GitButler
Needing to undo recent local commits in Git? Using `git reset --soft`, you can do the job

... If you want to undo the most recent local commits in Git that's actually one of the easier ones So you do get reset and then d-soft ...

0:41
Needing to undo recent local commits in Git? Using `git reset --soft`, you can do the job

3,959 views

7 months 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

225 views

1 year ago

ServiceNow Dev Program
“Back Out” exists because everyone makes mistake. $ git reset too #tech #dev #git #servicenowdev
0:20
“Back Out” exists because everyone makes mistake. $ git reset too #tech #dev #git #servicenowdev

3,646 views

2 years ago