ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,694 results

Philomatics
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 ...

3:28
Undo a git commit - git reset/revert - pushed/not pushed

23,707 views

1 year ago

Software Engineer Tutorials
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:37
How to UNDO / REVERT a PUSHED COMMIT in GIT - 2 Ways - Which One Suits Your Needs?

277,853 views

4 years ago

Boot dev
Git Revert vs Git Reset

Revert and reset sound similar, so it might induce you into thinking they are doing the same thing, but no! They are quite different ...

1:47
Git Revert vs Git Reset

21,136 views

1 year ago

midudev
Guide on how to undo a commit in Git

If you haven't pushed yet: - To keep changes: `git reset --soft HEAD~1` - To remove changes: `git reset --hard HEAD~1` - To ...

0:43
Guide on how to undo a commit in Git

36,950 views

1 year ago

Cameron McKenzie
Git Revert a Commit

Want to undo your previous commit with a git revert? Want to keep your old commit but start fresh? Then you want to revert a git ...

1:00
Git Revert a Commit

12,929 views

2 years ago

Better Stack
How NOT to revert a git commit

... I want to remove the latest commit the first thing to do is to revert your commit locally which will put you behind the latest commit ...

0:30
How NOT to revert a git commit

5,870 views

1 year ago

Carmelle Codes
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 ...

1:08
How to revert a commit in git after push in terminal | 1 min. GitHub tutorial

171,872 views

5 years ago

GitKraken
GitKraken Desktop 101 Ep 12: Revert a Commit | Undo Without Chaos

Need to undo a commit? Here's how to do it cleanly Reverting a commit in Git doesn't have to mean wrestling with the command ...

1:18
GitKraken Desktop 101 Ep 12: Revert a Commit | Undo Without Chaos

5,106 views

2 years ago

Helal Shahid
how to revert git commit  | 2023 #git

How to revert a commit using git #git #coding undo git commit undo the last commit git cli commit reset commit.

1:00
how to revert git commit | 2023 #git

8,569 views

2 years ago

Software Engineer Tutorials
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.

1:29
How to UNDO / REVERT a LOCAL COMMIT in GIT

20,244 views

4 years ago

Better Stack
How to revert a commit on remote #code #programming #tips

Learn how to undo a commit in your Git repository in this tutorial. If you've just pushed a commit and need to revert it, follow these ...

0:25
How to revert a commit on remote #code #programming #tips

55,767 views

1 year ago

Lars Bilde
How to go back in history using Git Checkout and Git Revert in GitHub Desktop

Here we will look at how we can go back to previous version using Git Checkout and Git Revert in the GitHub Desktop Client ...

3:53
How to go back in history using Git Checkout and Git Revert in GitHub Desktop

25,504 views

9 years ago

Coffee Programmer
How to exit Git Bash commit message window in Windows

Can you help me to buy a coffee: https://www.buymeacoffee.com/coffeeprogram.

0:35
How to exit Git Bash commit message window in Windows

55,229 views

3 years ago

Lars Bilde
Git Reset to a specific commit - version

How do you reset your code to a previous specific version. https://www.atlassian.com/git/tutorials/undoing-changes/git-reset.

3:56
Git Reset to a specific commit - version

44,789 views

9 years ago

TechNeleGies
How to UNDO / REVERT a PUSHED COMMIT in GIT | (Works in 2024)

revertpushedcommit #git #gitrevert Learn git once for all in 2024 ! Git tutorial for beginners - Learn Git for a career in ...

2:25
How to UNDO / REVERT a PUSHED COMMIT in GIT | (Works in 2024)

119 views

1 year ago

Tutorial Toolkit
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 ...

2:23
How to revert a commit in GitLab (Code Rollback)

157 views

1 month ago

CodeLucky
Git Revert Explained: Safely Undo Commits Without Deleting History

Learn how to safely undo changes in Git using the 'git revert' command! 🛡️ Unlike 'git reset', which rewrites history and can ...

3:09
Git Revert Explained: Safely Undo Commits Without Deleting History

7 views

2 weeks ago

Visual Studio Code
Undo Git commit + VS Code

Top rated Stack Overflow question, and VS Code lets you do it with one click #vscode #git.

0:23
Undo Git commit + VS Code

173,795 views

3 years ago

Dimi Tech
2 Ways to Undo Merge Commits

Relevant search terms: git delete merge commit git undo merge commit reverse a merge commit git revert a merge commit undo ...

1:58
2 Ways to Undo Merge Commits

42,348 views

6 years ago

Maksim Ivanov
How to undo a pushed commit #coding #technology #tech #git #github

... the previous commit to do this git provides a command called revert you can run git revert head to revert the previous commit git ...

0:40
How to undo a pushed commit #coding #technology #tech #git #github

14,404 views

2 years ago