Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
6,561 results
Need to undo a pushed Git commit from GitHub, GitLab, Bitbucket or CodeCommit? Well, there are two ways to revert a pushed ...
55,319 views
2 years ago
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, ...
5,550 views
1 year ago
How to revert changes non-destructively using the `revert` command. If you've made a commit that caused problems, today I'll ...
61,683 views
10 years ago
Cómo usar GIT RESET, GIT REVERT y GIT CHECKOUT? - Curso Git y GitHub - Capítulo 8 Capítulo en mi sitio web: ...
5,395 views
4 years ago
Tutorial for reverting a commit in Git in two very simple ways (revert, reset). #Git Commands used: git reset --hard commit ...
76,644 views
7 years ago
Take my Full Git and GitHub course: https://www.analystbuilder.com/courses/git-and-github-for-data-professionals. RESOURCES: ...
11,329 views
10 months ago
This video shows how to revert the changes done as part of your previous commits using GitHub. #github #git.
42,867 views
Made a mistake in your commit? No worries. The git revert command lets you undo changes without rewriting history. In this Git ...
36,684 views
3 years ago
How to use git pull --rebase to keep your team's commit history clean. Command for creating the 'git pr' alias (so you can ...
1,390,186 views
In this git tutorial we look at the Revert command. Now on first inspection you might think this command will move back to a ...
4,135 views
Register for Online Training https://bit.ly/3vuBQqb Git revert and git reset are two Git commands used to undo changes in a Git ...
15,899 views
In this Git tutorial we'll learn how to revert already committed and pushed code to remote server. git revert [sha1] command can ...
430 views
6 years ago
Build a full mental model of Git → https://learngit.io?v=delete If this visual learning style clicks for you, I built LearnGit.io as a more ...
75,344 views
Git revert multiple commits Blog: http://www.singhajit.com/git-revert-multiple-commits/ Facebook: ...
10,804 views
9 years ago
Contact Info: Name: Saranya Ashokumar Mobile num: +91 9043915139 From: PrayaLabs mailid: saranya@prayalabs.com ...
1,019 views
How Git Actually Works — finally understand commits, branches, reset, rebase & more. You use Git every day. Commit. Push. Pull.
1,160,499 views
7 months ago
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 ...
34,436 views
5 years ago
Explicación breve con demostración visual. ¡No olvides suscribirte para más tutoriales! 0:00 - Intro 0:08 - Revisando el repo y ...
957 views
In this Video, We have explained the process of reversing the impact of wrong commits from your branches directly from DevOps.
11,200 views
Need to undo local changes or rewrite commit history? Git reset gives you that power and then some. In this Git tutorial, you'll ...
19,816 views