ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

46,887 results

Related queries

gitlab revert merge request

git revert command

git restore

git revert vs git reset

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,769 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,285 views

10 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?

275,605 views

3 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,355 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,031 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,093 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,708 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,096 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,382 views

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

6 years ago

People also watched

LearnThatStack
Git Will Finally Make Sense After This

How Git Actually Works — finally understand commits, branches, reset, rebase & more. You use Git every day. Commit. Push. Pull.

13:25
Git Will Finally Make Sense After This

522,662 views

3 weeks ago

Serhii Hlivinskyi - QA START UP
GIT. Урок 11. Отмена изменений. git reset, git revert | QA START UP

Всем Привет. На связи Сергей Гливинский Ребята, иногда вы можете столкнуться с ситуацией, когда вам нужно удалить ...

18:01
GIT. Урок 11. Отмена изменений. git reset, git revert | QA START UP

12,734 views

3 years ago

Cameron McKenzie
GitKraken Tutorial: Crash Course on How to Use Git and GitKraken for Beginners

In this GitKraken Crash Course tutorial, we will dive deep into the three most important concepts that developers need to master in ...

50:50
GitKraken Tutorial: Crash Course on How to Use Git and GitKraken for Beginners

13,057 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,597 views

10 years ago

Academind
Git MERGE vs REBASE

Understand the differences between MERGE and REBASE and learn how to efficiently use these commands in your projects!

16:12
Git MERGE vs REBASE

1,102,535 views

7 years ago

Helen's Hash
#Git #SourceTree | How to Reset or Revert code changes on Git with SourceTree

In this video, I will show you how reset or revert the code at the specific commit. Video content 00:00 Intro - What is ...

7:16
#Git #SourceTree | How to Reset or Revert code changes on Git with SourceTree

23,105 views

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

5 months ago

Tech Shenanigans
How to revert to previous version of a project using Github | Version Control Github | Part 2
5:24
How to revert to previous version of a project using Github | Version Control Github | Part 2

41,843 views

5 years ago

Fazt
Git and Github | Practical Course from Scratch

Learn to domain one of the most uses tools for expert developers and programmers, called Git. Git is an Open Source Control ...

50:48
Git and Github | Practical Course from Scratch

1,484,572 views

7 years 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,927 views

3 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,341 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,122 views

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

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

2 years ago

JavaScript.ru
10.1 Git – Отмена коммитов через revert – Обратные коммиты, revert

Отмена коммита, который нельзя удалить из истории, так как он был отправлен другим людям. - Создание обратного ...

2:51
10.1 Git – Отмена коммитов через revert – Обратные коммиты, revert

27,805 views

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

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

9 years ago