ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,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?

276,713 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,187 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,451 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,594 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,741 views

3 years ago

Hardik Savani(ItSolutionStuff)
How to Revert a Commit After Push from Github Repository

In this video, I will show you how to revert specific commits after pushing code in the GitHub repository. #github #git #repo #delete ...

4:09
How to Revert a Commit After Push from Github Repository

196 views

1 year ago

Engineering Digest
Mastering Git Revert: Undoing Changes Made Easy!

Get 1 to 1 coaching with me: https://topmate.io/engineeringdigest Donate: https://paypal.me/engineeringdigest Perks: ...

4:05
Mastering Git Revert: Undoing Changes Made Easy!

4,268 views

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

577,696 views

1 month 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,327 views

2 years 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,908 views

5 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

AJ AUTOMATION
How to Revert Last Pushed Commit using CMD | Undo Git Push Undo | Last Pushed Commit via CMD Prompt

In this video we will see how to revert commit in git. Using git revert command we can undo the changes in the git. git revert ...

8:09
How to Revert Last Pushed Commit using CMD | Undo Git Push Undo | Last Pushed Commit via CMD Prompt

6,582 views

2 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

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

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

Java Home Cloud
Git rest & revert deep dive | Git revert vs reset Demo | Git tutorial | Java Home Cloud

Git revert is a command that creates a new commit that undoes the changes made by a previous commit. It is a safe way to undo ...

13:25
Git rest & revert deep dive | Git revert vs reset Demo | Git tutorial | Java Home Cloud

15,165 views

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

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

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

1 year ago

Jason Cheung
Git - How to revert a pushed commit ( Soft + Hard revert examples )

How to revert / undo a pushed commit. 2 methods soft and hard: Soft reverts the changes but keeps the change so you can modify ...

1:04
Git - How to revert a pushed commit ( Soft + Hard revert examples )

1,510 views

3 years ago

Technical Smahajan
How To Revert Commit Before Push | Git Revert Step By Step

In this video, I explain how to revert commit before push code in GitHub server. I have explained all step to revert commit .

8:27
How To Revert Commit Before Push | Git Revert Step By Step

420 views

2 years ago

Hey Insights
How to undo changes in Git after push?

How to undo changes in Git after push? Undoing changes in Git after a `git push` demands careful consideration, especially on ...

3:03
How to undo changes in Git after push?

6 views

4 months ago

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

What You'll Learn:** ✓ How to **revert a commit before pushing** ✓ How to **undo a commit after pushing to GitHub** ✓ How to ...

3:24
How to REVERT a Commit from GitHub in VS Code | Undo Git Commits Easily

10,541 views

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

vlogize
How to Avoid Pushing Big Files After Git Commit and Revert

Learn how to effectively manage large files in Git to prevent push errors and maintain a clean commit history. --- This video is ...

1:42
How to Avoid Pushing Big Files After Git Commit and Revert

3 views

9 months ago

Programming with Kumaresan
How to change any GIT commit message after push

How to Change Git Commit Message After Push | Complete Git Tutorial Made a typo in your commit message after pushing to ...

5:10
How to change any GIT commit message after push

49 views

11 days ago