ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,097 results

makigas
Tutorial de Git – 7. ¿Cómo revertir un commit?

Cómo revertir cambios de una forma no destructiva por medio del comando revert. Si has hecho un commit que has visto daba ...

6:37
Tutorial de Git – 7. ¿Cómo revertir un commit?

61,298 views

10 years 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,294 views

1 year ago

Programación Fácil
¿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,099 views

3 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

3,743 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,282 views

3 months 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,103 views

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

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

35,936 views

3 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,724 views

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

3 years ago

rdtech_in
Getting back to previous commit in Gitlab

Git (Version Control System) is an integral part of software projects. Thus, while working in them you would have made some ...

7:07
Getting back to previous commit in Gitlab

27,030 views

4 years ago

Cameron McKenzie
How to Revert a Git Commit

Sometimes when you think you need to revert a Git commit, what you really need is a reset. In this Git revert a commit example, I'll ...

6:52
How to Revert a Git Commit

34,059 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,333 views

4 years ago

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

Register for Online Training https://bit.ly/3vuBQqb Git revert and git reset are two Git commands used to undo changes in a Git ...

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

15,143 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

702 views

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

514 views

2 years ago

Philomatics
git interactive rebase - Undo, Edit & Squash git commits with a single command

git rebase --interactive lets you undo, edit, squash and delete commits. If you like my style of teaching, I'd love to see you at a ...

7:52
git interactive rebase - Undo, Edit & Squash git commits with a single command

30,502 views

1 year ago

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

... públicas es utilizar git revert git reverse siempre es más seguro que reset porque de alguna manera no va a eliminar el commit ...

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

4,941 views

3 years ago

Willian Justen
12. Revertendo commit com git revert - Git e Github na Vida Real

Template usado no curso: https://html5up.net/big-picture Repositório do curso: https://github.com/willianjusten/photo-portfolio ...

5:06
12. Revertendo commit com git revert - Git e Github na Vida Real

10,257 views

3 years ago

The Modern Coder
Delete Git Commits Tutorial

Learning any Git technique can be this easy: https://learngit.io/ ----- ⌨️ WRITTEN ARTICLE: ...

5:03
Delete Git Commits Tutorial

71,556 views

2 years ago

SelfTaughtDev
GIT: How To Undo Your Latest Local Commits

Want To Become A Developer? Checkout The Courses Here And Get Started - https://courses.selftaught-dev.com/ Join Discord ...

4:28
GIT: How To Undo Your Latest Local Commits

525 views

2 years ago

Knowledge Thrusters
Git Revert - Revert some existing commits | Git Tutorial

In this git tutorial, you will be able to learn about git revert command. git revert is used to record some new commits to reverse the ...

5:21
Git Revert - Revert some existing commits | Git Tutorial

174 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,439 views

4 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!

4,226 views

1 year ago

Eddie Jaoude
Git revert single file using git checkout on the CLI

Ever made a wrong commit and had to revert the WHOLE commit? ‍♂️ In this video I teach you how to solve this problem by ...

4:13
Git revert single file using git checkout on the CLI

7,451 views

2 years ago