ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,070 results

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?

277,425 views

4 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

23,508 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,989 views

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

9 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

481 views

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

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

1 year ago

EEHolmes-DataScience
Revert a single file to the status at a particular commit.

Shows how to use GitHub Desktop to scroll through the history and how the file looked at different commits and then use "git ...

3:00
Revert a single file to the status at a particular commit.

12,184 views

3 years ago

Next LVL Programming
How To Revert A Specific Git Commit? - Next LVL Programming

How To Revert A Specific Git Commit? In this informative video, we'll guide you through the process of reverting a specific Git ...

3:23
How To Revert A Specific Git Commit? - Next LVL Programming

13 views

8 months ago

Tech Nursery
How to Safely Revert a Git Repository to a Previous Commit

Revert Git repository Git revert command Undo changes in Git Git reset vs Git revert Safely revert commit in Git Git commands to ...

1:33
How to Safely Revert a Git Repository to a Previous Commit

8 views

1 year ago

PyCharm, a JetBrains IDE
How to Undo Commits Like a Pro

How often do you find yourself submitting a commit and then wanting to revert it the next second? This may seem like a real ...

3:21
How to Undo Commits Like a Pro

4,481 views

3 years ago

OneMinute VideoTutorials
How to Load an Old Version of a Repository with Github Desktop

Sometimes you want to go back in history when you are working with code. Here is how you can easily view an older version of ...

0:51
How to Load an Old Version of a Repository with Github Desktop

28,794 views

2 years ago

vlogize
How to Revert Your Code Back to a Certain Commit in Git

A step-by-step guide on how to revert your Git repository to a specific commit, effectively undoing all changes made after that point ...

1:10
How to Revert Your Code Back to a Certain Commit in Git

20 views

9 months ago

vlogize
Successfully Reverting to a Specific Commit with git reset --hard

Learn how to effectively use `git reset --hard commitID ` to revert your codebase to a previous state and manage the pull ...

1:40
Successfully Reverting to a Specific Commit with git reset --hard

10 views

9 months ago

The Debug Zone
Revert back to specific commit in Git

git: Revert back to specific commit in Git Thanks for taking the time to learn more. In this video I'll go through your question, provide ...

1:18
Revert back to specific commit in Git

5 views

3 years ago

Maksim Ivanov
How to remove previous commit

How to remove previous commit sometimes you commit changes to get and then realize that you made a mistake one way to fix it ...

0:25
How to remove previous commit

11,632 views

2 years ago

Austin Larsen
Git | go back to a previous commit and push it (if you can't git revert)

Hello figur I'd make a quick video so um I was wondering you know how I could go to a previous commit and then push it and I've ...

2:24
Git | go back to a previous commit and push it (if you can't git revert)

24 views

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

10 months ago