ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,019 results

Related queries

gitlab revert merge request

git revert command

git revert vs 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,530 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,733 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,000 views

1 year 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,157 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,324 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,378 views

1 year ago

Better Stack
How NOT to revert a git commit

... to revert your commit locally which will put you behind the latest commit on GitHub making it out of sync so if you try to push now ...

0:30
How NOT to revert a git commit

5,621 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

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

190 views

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

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

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

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)

107 views

1 year ago

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

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 (2025)

10,303 views

9 months 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,123 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

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

6 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,629 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,304 views

4 years ago

Studying As You Were
How to Undo Last Git Commit in VS Code | VS Code & GitHub #3

This tutorial shows you how to undo your last commit in VS Code. This is a two-step process: 1. Open your command palette Ctrl + ...

0:19
How to Undo Last Git Commit in VS Code | VS Code & GitHub #3

7,678 views

3 years ago

The Modern Coder
Change Git Commit Messages Tutorial

A better way to learn Git: https://learngit.io/ ----- WRITTEN ARTICLE & REFERENCE: ...

4:48
Change Git Commit Messages Tutorial

35,290 views

2 years ago

Ghost Together
Git How To Undo Last Commit Before Push (git reset soft git reset hard)

Sign Up https://semicolon.dev/YouTube (We're free online community, meet other makers!) #git #github #webdevelopment ...

4:27
Git How To Undo Last Commit Before Push (git reset soft git reset hard)

4,165 views

3 years ago

OurTechRoom
Keep Your Git History Clean: Remove Unpushed Commits in Visual Studio

This step-by-step tutorial on deleting unpushed commits using Visual Studio will teach you how to clean up your Git repository and ...

2:06
Keep Your Git History Clean: Remove Unpushed Commits in Visual Studio

3,497 views

1 year ago

Linux Tech TV
10. 👨‍🎓🔥 master git commands | git reset @LinuxTechTV pro Git

Thanks for watching... @LinuxTechTV Checkout Git commands playlist...!

0:26
10. 👨‍🎓🔥 master git commands | git reset @LinuxTechTV pro Git

12,929 views

2 years ago

Abdulrhman Kamal
6-Sourcetree Reverse Old Git Commits

This video is a quick sourcetree tutorial for how to reverse or revert a commits in a local git repo. هذا الفيديو شرح سريع لكيفية ...

1:24
6-Sourcetree Reverse Old Git Commits

8,754 views

4 years ago