ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

46,650 results

Related queries

gitlab revert merge request

git revert command

git restore

git revert vs git reset

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,935 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,034 views

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

10 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,516 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,180 views

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

3 years ago

midudev
Guide on how to undo a commit in Git

If you haven't pushed yet: - To keep changes: `git reset --soft HEAD~1` - To remove changes: `git reset --hard HEAD~1` - To ...

0:43
Guide on how to undo a commit in Git

36,644 views

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

1 year ago

People also watched

Ivana Soledad Rojas Córsico
GIT: GIT CHECKOUT + GIT REVERT + GIT RESET. How to undo changes in Git?

... públicas es utilizar git revert git reverse siempre es más seguro que reset porque de alguna manera no va a eliminar el commit ...

15:27
GIT: GIT CHECKOUT + GIT REVERT + GIT RESET. How to undo changes in Git?

4,940 views

3 years ago

Carlos Azaustre - Aprende JavaScript
Haz tus mensajes de GIT Commit PROFESIONALES con CONVENTIONAL COMMITS

Te gustaría mejorar tus mensajes de commit de una manera más semántica, profesional y que te sirva para automatizar ciertas ...

12:44
Haz tus mensajes de GIT Commit PROFESIONALES con CONVENTIONAL COMMITS

63,121 views

3 years ago

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

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

10,397 views

10 months ago

freeCodeCamp Español
Curso de Git desde Cero - Aprende Git

(git restore y git reset) ⌨️ (00:29:48) - Git revert ⌨️ (00:31:39) - Git commit amend ⌨️ (00:32:53) - Trabajo en equipo en git: ...

1:07:37
Curso de Git desde Cero - Aprende Git

17,200 views

1 year ago

Jay
Undo, Revert And Reset Changes In Git

Learn how to undo commits & changes in git. In this video I will go over 3 methods to undo commits. We will use the git checkout, ...

5:43
Undo, Revert And Reset Changes In Git

11,520 views

4 years ago

Terresquall
Revert your commits properly | GitHub Desktop tutorial

Revert your commits without adding a commit entry: https://youtu.be/W1Htzr94g_E Chapters: 0:00 Introduction 0:33 Clearing ...

7:11
Revert your commits properly | GitHub Desktop tutorial

4,142 views

5 months ago

SProgramacion
Git and Github #5 Return changes

Welcome to the Git and GitHub course, where we'll learn about this version control and how to upload projects to the web. In ...

5:21
Git and Github #5 Return changes

19,446 views

5 years ago

24hAprendiendo
GIT: COMO ELIMINAR UN COMMIT ESPECÍFICO #24hAprendiendo #git #developer

[Update] Aquí dejo un video mejor explicado :D https://youtu.be/ituz45jAuJU.

3:17
GIT: COMO ELIMINAR UN COMMIT ESPECÍFICO #24hAprendiendo #git #developer

19,947 views

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

2 years ago

makigas
Tutorial de Git – 3. Creando tu primer commit

Una vez que Git se encuentra instalado en el ordenador podemos crear un repositorio y hacer el primer commit. Hoy veremos ...

8:17
Tutorial de Git – 3. Creando tu primer commit

115,604 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,437 views

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

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

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

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

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

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

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

4 years ago

Better Stack
How to revert a commit on remote #code #programming #tips

Learn how to undo a commit in your Git repository in this tutorial. If you've just pushed a commit and need to revert it, follow these ...

0:25
How to revert a commit on remote #code #programming #tips

55,647 views

1 year ago

TechNeleGies
How to UNDO / REVERT a PUSHED COMMIT in GIT | (Works in 2024)

revertpushedcommit #git #gitrevert Learn git once for all in 2024 ! Git tutorial for beginners - Learn Git for a career in ...

2:25
How to UNDO / REVERT a PUSHED COMMIT in GIT | (Works in 2024)

108 views

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

4 years ago

CodeLucky
Git Revert Explained: Safely Undo Commits Without Deleting History

Learn how to safely undo changes in Git using the 'git revert' command! 🛡️ Unlike 'git reset', which rewrites history and can ...

3:09
Git Revert Explained: Safely Undo Commits Without Deleting History

0 views

7 hours ago