ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,382 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,288 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,088 views

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

5 years 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,094 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,358 views

6 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,716 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,164 views

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

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

4 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,318 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,044 views

5 years ago

Travels Code
12. Git for beginners. Revert. How to revert the last commit in Git?

In this Git tutorial we'll learn how to revert already committed and pushed code to remote server. git revert [sha1] command can ...

9:04
12. Git for beginners. Revert. How to revert the last commit in Git?

425 views

5 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

17,952 views

3 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,105 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!

513 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

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

4,160 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,935 views

3 years ago

Cameron McKenzie
How to Git Clone a Specific Commit | Pull a Single Commit from GitHub or GitLab

Wanna clone that specific Git commit? No problemo! Git might not give you a direct command to clone a single commit from ...

11:23
How to Git Clone a Specific Commit | Pull a Single Commit from GitHub or GitLab

11,003 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

173 views

3 years ago

Best Mind Like
Reverting Commits With   Git Revert

freecourse #bestmindlike #bestmindlike,tk1 link here to get free course #https://www.bestmindlike.tk/ git revert,git revert commit,git ...

6:27
Reverting Commits With Git Revert

22 views

2 years ago

crazzylearners
undo recent local commits in Git || revert back to previous commit using Git

github #git #undolocalcommit #undolocalcommitusinggit #commit github: https://github.com/datasciencecompleteguide/OpenCV ...

5:30
undo recent local commits in Git || revert back to previous commit using Git

152 views

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

4 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,447 views

2 years ago