ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,792 results

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

55,317 views

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

4 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

5,550 views

1 year 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. #github #git.

7:39
Git - Revert the previous commits using GitHub

42,867 views

4 years ago

Fer Clager
Cómo DESHACER / REVERTIR un COMMIT PUSHEADO en GIT

Explicación breve con demostración visual. ¡No olvides suscribirte para más tutoriales! 0:00 - Intro 0:08 - Revisando el repo y ...

4:47
Cómo DESHACER / REVERTIR un COMMIT PUSHEADO en GIT

957 views

1 year ago

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

1,160,425 views

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

8,341 views

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

422 views

1 year ago

Techopedia Therapy
Remove git commit which has not been pushed

Code, Git, GitHub, Commit, Roll Back, Backup, Remove, Reset, Hard Reset, Soft Reset In this video, We will learn how to remove ...

7:20
Remove git commit which has not been pushed

1,653 views

5 years ago

Learning By Ganesh
Reverting Pull Request  in GitHub |  Revert merge commit

Reverting Pull Request in GitHub | Revert merge commit.

4:43
Reverting Pull Request in GitHub | Revert merge commit

23,088 views

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

6,505 views

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

3 years ago

Code With Bubb
DevTips Daily: How to undo the last git commit

Check out more DevTips Daily ...

4:52
DevTips Daily: How to undo the last git commit

531 views

4 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

441 views

2 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

11,328 views

10 months ago

Best Mind Like
Reverting Commits With   Git Revert

... git revert,git revert commit,git revert commit after push,git revert to specific commit,git revert pushed commit,git revert command ...

6:27
Reverting Commits With Git Revert

25 views

3 years ago

NextGen Dev: Solve & Build
How to restore:undo a git push force?

Let's see how you can use `git reset` to restore a `git push --force` against a `main` or `development` branch. Thanks to git reset, ...

16:37
How to restore:undo a git push force?

571 views

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

36,684 views

3 years ago

Adnan Malik
How to Revert a Pushed Git Commit | How to undo or delete pushed commit | Step-by-Step Guide (2024)

Are you looking to undo a commit that has already been pushed to your Git repository? In this video, I'll show you a simple and ...

4:07
How to Revert a Pushed Git Commit | How to undo or delete pushed commit | Step-by-Step Guide (2024)

58 views

1 year ago

Generalist Programmer
Undo ANYTHING in Git (Reset, Revert, Reflog — No Panic)

Undo a push: on a shared branch use git revert SHA then push; on a solo branch, git reset --hard GOOD-SHA then git push ...

10:28
Undo ANYTHING in Git (Reset, Revert, Reflog — No Panic)

10 views

12 days ago