ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,290 results

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,584 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

21,052 views

1 year ago

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

4 years ago

Bryam Loaiza
Git commands - git revert command explained

In this video, I will be explaining what the git revert command means and how to use it.

11:00
Git commands - git revert command explained

187 views

2 years ago

D4Drupal
How to use git revert command in GitHub | D4Drupal

Contact Info: Name: Saranya Ashokumar Mobile num: +91 9043915139 From: PrayaLabs mailid: saranya@prayalabs.com ...

4:40
How to use git revert command in GitHub | D4Drupal

775 views

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

4 years ago

Mafia Codes
5. Git Tutorial - Revert commits (undoing things)

In this video you will learn how to undo things using #git #revert Deploy NodeJs app: https://zeet.co/r/yourstruly (Sign-up now to ...

4:30
5. Git Tutorial - Revert commits (undoing things)

71,114 views

5 years ago

People also watched

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

1 year ago

wetech zone
Git and Git hub | 05 - Git Reset, Git Reflog & Git Revert | Tamil | #git #github #devops

Hi Everyone, #05 - We will take a look at the Git Reset, Reflog & Git Revert in Tamil Git Reset: Git reset is a command that moves ...

20:00
Git and Git hub | 05 - Git Reset, Git Reflog & Git Revert | Tamil | #git #github #devops

745 views

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

4 months ago

Ivana Soledad Rojas Córsico
GIT: GIT CHECKOUT + GIT REVERT + GIT RESET. How to undo changes in Git?

Técnicamente existen varias estrategias diferentes para deshacer una confirmación el git reset el git revert y el git checkout ...

15:27
GIT: GIT CHECKOUT + GIT REVERT + GIT RESET. How to undo changes in Git?

4,944 views

3 years ago

Moldeo Interactive
Git Courses - How to Revert a Commit (revert, reset)

Tutorial for reverting a commit in Git in two very simple ways (revert, reset). #Git Commands used: git reset --hard commit ...

5:34
Git Courses - How to Revert a Commit (revert, reset)

76,383 views

6 years ago

LearnThatStack
Git Reset vs Revert  - Which One Should You Use?

The BIG THREE - checkout vs reset vs revert — three commands that seem to "undo" things, but do completely different ...

3:20
Git Reset vs Revert - Which One Should You Use?

2,523 views

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

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

2 years ago

total-qa
GitHUB | Rollback a Specific Commit ID| RESET --hard commitid

https://git-scm.com/docs/git-reset git reset [--soft | --mixed [-N] | --hard | --merge | --keep] [-q] [commit id]

6:54
GitHUB | Rollback a Specific Commit ID| RESET --hard commitid

10,488 views

4 years ago

A shot of code
Git Reset Mixed, Soft and Hard Explained - Visualized in Realtime #VisualGit

Git Reset has 3 ways it can be invoked - Mixed, Soft and Hard. To better understand how these work and how they differ from each ...

11:12
Git Reset Mixed, Soft and Hard Explained - Visualized in Realtime #VisualGit

7,886 views

2 years ago

A shot of code
Git Revert - Visualised

In this git tutorial we look at the Revert command. Now on first inspection you might think this command will move back to a ...

5:51
Git Revert - Visualised

3,748 views

2 years ago

Enrique Barros
¿Cómo usar GIT RESET, GIT REVERT y GIT CHECKOUT? - Curso Git y GitHub - Capítulo 8

Cómo usar GIT RESET, GIT REVERT y GIT CHECKOUT? - Curso Git y GitHub - Capítulo 8 Capítulo en mi sitio web: ...

8:35
¿Cómo usar GIT RESET, GIT REVERT y GIT CHECKOUT? - Curso Git y GitHub - Capítulo 8

5,123 views

4 years ago

GitKraken
Git Tutorial #34: How to Use Git Reset Soft, Mixed, and Hard | Learn Git

Need to undo local changes or rewrite commit history? Git reset gives you that power and then some. In this Git tutorial, you'll ...

10:23
Git Tutorial #34: How to Use Git Reset Soft, Mixed, and Hard | Learn Git

18,118 views

3 years ago

Steve Griffith - Prof3ssorSt3v3
Git Reset and Revert Commands

Make an error in your repo? Commit a change to your repo before you meant to? Even worse, you've committed and pushed the ...

17:05
Git Reset and Revert Commands

41,734 views

5 years ago

CommitQuality
9. Git Revert and Git Reset made easy!

Part: 9/11 Git reset is a powerful command that is used to undo local changes to the state of a Git repo. Git reset operates on "The ...

6:29
9. Git Revert and Git Reset made easy!

516 views

3 years ago

Eye on Tech
Git Revert Tutorial

Git revert is one of the most misunderstood commands in the distributed version control world. Here's an example of how to revert ...

8:01
Git Revert Tutorial

34,444 views

4 years 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,799 views

5 years ago

Nisha Singla
Git Revert 🔥🔥@nishasingla05 #git #programing #nishasingla05

... is done and now you need to pick the last one and just copy this git commit ID so with this ID you need to run git revert command ...

0:52
Git Revert 🔥🔥@nishasingla05 #git #programing #nishasingla05

2,213 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,391 views

1 year ago

freeCodeCamp.org
How to Undo Mistakes With Git Using the Command Line

Git offers lots of different ways to undo, revert, recover and fix your mistakes. In this course, we'll look at the bad things that can ...

55:21
How to Undo Mistakes With Git Using the Command Line

94,283 views

5 years ago

Abhishek Verma
Git Revert vs Git Reset #shorts #git
1:52
Git Revert vs Git Reset #shorts #git

6,554 views

2 months ago

HenrikM Dev
When To Use Git Revert 💪

Made a mistake in Git and already pushed it? git revert is your friend. In this short, I'll show you how revert works, how it's ...

0:42
When To Use Git Revert 💪

231 views

4 months ago