ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

24,649 results

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

23,194 views

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

276,730 views

4 years ago

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

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

1 year ago

makigas
Tutorial de Git – 7. ¿Cómo revertir un commit?

Cómo revertir cambios de una forma no destructiva por medio del comando revert. Si has hecho un commit que has visto daba ...

6:37
Tutorial de Git – 7. ¿Cómo revertir un commit?

61,305 views

10 years ago

Carmelle Codes
How to revert a commit in git after push in terminal | 1 min. GitHub tutorial

This quick tutorial shows you how to revert a commit after push. It shows you how to revert a merge commit with git revert -m 1 ...

1:08
How to revert a commit in git after push in terminal | 1 min. GitHub tutorial

171,596 views

5 years ago

People also watched

Nick Janetakis
Undo, Remove or Revert Specific Git Commits

Here's 3 different ways depending on your use case. Hit the subscribe button to receive more videos like this! REFERENCE ...

11:57
Undo, Remove or Revert Specific Git Commits

1,926 views

6 months ago

Alex The Analyst
Reverting Back to a Previous Commit in Git

Take my Full Git and GitHub course: https://www.analystbuilder.com/courses/git-and-github-for-data-professionals. RESOURCES: ...

7:11
Reverting Back to a Previous Commit in Git

4,382 views

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

4 years ago

Genix
How To Revert Commit In GitHub Ui Tutorial

How To Revert Commit In GitHub Ui Tutorial Today we talk about revert commit in github ui,github tutorial,how to revert a commit ...

2:26
How To Revert Commit In GitHub Ui Tutorial

530 views

9 months 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,124 views

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

3 years ago

Purnachandra Kanamarlapudi
Git Rebase, Reset and Revert commands using Visual Studio - tutorials

This video is part of my Azure DevOps sessions. Particularly, in this video I demonstrated the practical scenarios of Git commands ...

1:01:34
Git Rebase, Reset and Revert commands using Visual Studio - tutorials

17,543 views

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

2 years ago

Cameron McKenzie
Git revert vs reset: What's the difference?

If you're using git revert to rollback that last commit, you're doing it wrong. Use git reset --hard instead. It's a much more sound ...

8:15
Git revert vs reset: What's the difference?

7,895 views

6 years ago

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

What You'll Learn in This Video: • Understanding git reset: What it does and why it's different from git revert. • The Git States: A ...

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

1,803 views

3 months 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,109 views

3 years ago

AMazaing Code
Git 20 - git REVERT - Cómo volver a un commit anterior y cómo deshacer un commit

Tutorial de git revert. Cómo usar git revert para deshacer los cambios de un commit o para volver a un commit anterior, es decir, ...

6:38
Git 20 - git REVERT - Cómo volver a un commit anterior y cómo deshacer un commit

3,775 views

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

5 years ago

GitKraken
Git Tutorial #30: How to Revert a Git Commit Using Git Revert | Learn Git with GitKraken

Made a mistake in your commit? No worries. The git revert command lets you undo changes without rewriting history. In this Git ...

8:02
Git Tutorial #30: How to Revert a Git Commit Using Git Revert | Learn Git with GitKraken

35,951 views

3 years ago

GitKraken
GitKraken Desktop 101 Ep 12: Revert a Commit | Undo Without Chaos

Need to undo a commit? Here's how to do it cleanly Reverting a commit in Git doesn't have to mean wrestling with the command ...

1:18
GitKraken Desktop 101 Ep 12: Revert a Commit | Undo Without Chaos

5,086 views

2 years ago

rdtech_in
Getting back to previous commit in Gitlab

Git (Version Control System) is an integral part of software projects. Thus, while working in them you would have made some ...

7:07
Getting back to previous commit in Gitlab

27,038 views

4 years ago

A shot of code
Git Revert - Visualised

In this git tutorial we look at the Revert command. Now on first inspection you might think this command will move back to a ...

5:51
Git Revert - Visualised

3,732 views

2 years ago

Software Engineer Tutorials
How to UNDO / REVERT a LOCAL COMMIT in GIT

Concise explanation with visual demonstration. We'll be using the git command "git reset" with different inputs and flags.

1:29
How to UNDO / REVERT a LOCAL COMMIT in GIT

20,211 views

4 years ago

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

6 years ago

Dimi Tech
2 Ways to Undo Merge Commits

Relevant search terms: git delete merge commit git undo merge commit reverse a merge commit git revert a merge commit undo ...

1:58
2 Ways to Undo Merge Commits

42,276 views

6 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,345 views

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

2 years ago

Tutorial Toolkit
How to revert to a previous commit in Github

In this video we will learn about how to revert git commit easily, undo previous commit in git, restore old git version quickly, git ...

2:57
How to revert to a previous commit in Github

453 views

4 months ago

Next LVL Programming
How To Revert Multiple Git Commits? - Next LVL Programming

How To Revert Multiple Git Commits? In this informative video, we will guide you through the process of reverting multiple commits ...

3:09
How To Revert Multiple Git Commits? - Next LVL Programming

55 views

6 months ago