ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

24,219 results

Related queries

gitlab revert merge request

git restore

git revert command

git revert vs git reset

git reset

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

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

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

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

3 months ago

Cameron McKenzie
How to Git Clone a Specific Commit | Pull a Single Commit from GitHub or GitLab

Wanna clone that specific Git commit? No problemo! Git might not give you a direct command to clone a single commit from ...

11:23
How to Git Clone a Specific Commit | Pull a Single Commit from GitHub or GitLab

10,997 views

2 years ago

People also watched

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

HowToUnleashed
How To Revert Merge Request In GitLab? (2024)

How To Revert Merge Request In GitLab? (2024) In this video I will explain In this video I will explain How You Can Revert Merge ...

1:05
How To Revert Merge Request In GitLab? (2024)

3,760 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,708 views

1 year ago

Philomatics
git interactive rebase - Undo, Edit & Squash git commits with a single command

git rebase --interactive lets you undo, edit, squash and delete commits. If you like my style of teaching, I'd love to see you at a ...

7:52
git interactive rebase - Undo, Edit & Squash git commits with a single command

30,204 views

1 year ago

EXPLOI.T.
Revert Commits & Merge Conflicts | GitHub Desktop

In this video, we'll learn how to Revert Commits, solve Merge Conflicts and delete repositories using the GitHub Desktop easily ...

12:29
Revert Commits & Merge Conflicts | GitHub Desktop

24,782 views

5 years ago

caleyCodeLab
Delete commits and edit commits with git rebase. Crazy simple and useful

Delete commits, rename commits! Save yourself from manually unpicking commits you don't need, and clean up that commit ...

4:57
Delete commits and edit commits with git rebase. Crazy simple and useful

40,291 views

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

9 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,842 views

5 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

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

2 years 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

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

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

393 views

3 months ago

Susan B.
Git delete commits and reset code base to a specific commit

Reset a git repository to a previous commit, deleting all commits made since. This is not considered git-best-practice as it “rewrites ...

2:20
Git delete commits and reset code base to a specific commit

6,870 views

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

5 years ago

Lars Bilde
How to go back in history using Git Checkout and Git Revert in GitHub Desktop

Here we will look at how we can go back to previous version using Git Checkout and Git Revert in the GitHub Desktop Client ...

3:53
How to go back in history using Git Checkout and Git Revert in GitHub Desktop

25,448 views

9 years ago

Sagar S (Vishal)
How to rollback git changes in Intellij IDEA project   revert changes in specific commit

Join this channel to get access to perks: https://www.youtube.com/channel/UCoSpmr2KNOxjwE_B9ynUmig/join My Gear Camera ...

2:33
How to rollback git changes in Intellij IDEA project revert changes in specific commit

6,652 views

1 year ago

The Modern Coder
Delete Git Commits Tutorial

Learning any Git technique can be this easy: https://learngit.io/ ----- ⌨️ WRITTEN ARTICLE: ...

5:03
Delete Git Commits Tutorial

71,411 views

2 years ago

Knowledge Thrusters
Git Revert - Revert some existing commits | Git Tutorial

In this git tutorial, you will be able to learn about git revert command. git revert is used to record some new commits to reverse the ...

5:21
Git Revert - Revert some existing commits | Git Tutorial

173 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,051 views

5 months ago

Visual Studio Code
Undo Git commit + VS Code

Top rated Stack Overflow question, and VS Code lets you do it with one click #vscode #git.

0:23
Undo Git commit + VS Code

171,068 views

3 years ago

Eddie Jaoude
Git revert single file using git checkout on the CLI

Ever made a wrong commit and had to revert the WHOLE commit? ‍♂️ In this video I teach you how to solve this problem by ...

4:13
Git revert single file using git checkout on the CLI

7,445 views

2 years ago

crazzylearners
undo recent local commits in Git || revert back to previous commit using Git

github #git #undolocalcommit #undolocalcommitusinggit #commit github: https://github.com/datasciencecompleteguide/OpenCV ...

5:30
undo recent local commits in Git || revert back to previous commit using Git

152 views

2 years ago

Sara View
How to undo / revert pushed commit | Git Revert | Git Tutorial in Tamil

GitTutorial #UndoCommit #RevertPush To join as member https://www.youtube.com/channel/UCli0n1dDZ1xwq_RnF-zK6kw/join ...

6:41
How to undo / revert pushed commit | Git Revert | Git Tutorial in Tamil

2,158 views

1 year ago