0:13
How to undo commit in Visual Studio Code | Fast tutorial
This quick beginner's git tutorial shows you how to undo a commit in VS Code without needing to use your terminal or command ...
1:58
Recovering from mistakes while working with git in Visual Studio [Ep 4] | Intermediate Series
Have you ever made a mistake while working with git in Visual Studio and wished you could undo it? Don't worry, we've all been ...
2:06
Keep Your Git History Clean: Remove Unpushed Commits in Visual Studio
This step-by-step tutorial on deleting unpushed commits using Visual Studio will teach you how to clean up your Git repository and ...
2:37
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:23
How to revert a commit in GitLab (Code Rollback)
In this video we will learn about how to revert a commit in gitlab, easy steps to undo code changes, beginner friendly gitlab revert ...
33:57
GIT QuickStart : 11 Undo changes in GIT using Visual Studio
Learn RPA & AI Technologies every day
When undoing changes in Git, first decide what type of changes you are looking to undo. These changes fall into three categories: ...
1:47
Revert and reset sound similar, so it might induce you into thinking they are doing the same thing, but no! They are quite different ...
0:19
How to Undo Last Git Commit in VS Code | VS Code & GitHub #3
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 + ...
1:01:34
Git Rebase, Reset and Revert commands using Visual Studio - tutorials
This video is part of my Azure DevOps sessions. Particularly, in this video I demonstrated the practical scenarios of Git commands ...
3:28
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 ...
1:29
How to UNDO / REVERT a LOCAL COMMIT in GIT
Concise explanation with visual demonstration. We'll be using the git command "git reset" with different inputs and flags.
5:43
VS Code Trick To Restore Lost Work That Git Can't | Web Dev Office Hours
Most developers today are familiar with Git, and how helpful it is at preventing you from losing work. But did you know that VS ...
0:29
Undo Git Commit DIRECTLY in VSCode!
Don't remember the Git command for how to undo a commit you've just made? VSCode to the rescue! Quickly undo the last ...
1:08
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 ...
7:58
How do you undo "Discard all changes" in VS Code/Git
git: How do you undo "Discard all changes" in VS Code/Git Thanks for taking the time to learn more. In this video I'll go through ...