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
29,327 results
How to undo a git commit. Pushed and not pushed/unpushed. Using git reset and git revert. Get my interactive git cheatsheet as ...
31,527 views
1 year ago
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 ...
297,870 views
4 years ago
Revert and reset sound similar, so it might induce you into thinking they are doing the same thing, but no! They are quite different ...
28,202 views
Take my Full Git and GitHub course: https://www.analystbuilder.com/courses/git-and-github-for-data-professionals. RESOURCES: ...
12,203 views
11 months ago
Reset a git repository to a previous commit, deleting all commits made since. This is not considered git-best-practice as it “rewrites ...
7,855 views
2 years ago
Learn how to revert a commit in Git using both git revert and git reset depending on whether the commit has been pushed or is still ...
135 views
5 months ago
Learn how to safely undo changes in Git using the 'git revert' command! 🛡️ Unlike 'git reset', which rewrites history and can ...
44 views
7 months 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,756 views
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,676 views
3 years ago
How do you reset your code to a previous specific version. https://www.atlassian.com/git/tutorials/undoing-changes/git-reset.
44,864 views
10 years ago
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 ...
176,566 views
5 years ago
Wanna clone that specific Git commit? No problemo! Git might not give you a direct command to clone a single commit from ...
11,939 views
Relevant search terms: git delete merge commit git undo merge commit reverse a merge commit git revert a merge commit undo ...
43,496 views
6 years ago
Need to undo a pushed Git commit from GitHub, GitLab, Bitbucket or CodeCommit? Well, there are two ways to revert a pushed ...
56,216 views
Made a mistake in your commit? No worries. The git revert command lets you undo changes without rewriting history. In this Git ...
36,782 views
This tutorial shows you how to undo your last commit in VS Code. This is a two-step process: 1. Open your command palette Ctrl + ...
8,426 views
In this video we will learn about how to revert git commit easily, undo previous commit in git, restore old git version quickly, git ...
4,252 views