ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

313 results

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

13,021 views

2 years 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

174,560 views

3 years ago

Visual Studio Code
Undo Stage with git reset

shorts.

0:28
Undo Stage with git reset

40,247 views

3 years ago

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

0:13
How to undo commit in Visual Studio Code | Fast tutorial

76,532 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,115 views

2 years ago

The Modern Coder
Git CHERRY PICK Tutorial

40+ additional videos at https://learngit.io/ Newsletter readers get my videos early: https://newsletter.themoderncoder.com/ ...

4:42
Git CHERRY PICK Tutorial

196,404 views

3 years ago

The Modern Coder
Git PULL vs FETCH

Do you have more Git videos? Yes, check my channel. If you don't find what you're looking for there, you'll probably find it on ...

7:13
Git PULL vs FETCH

65,296 views

1 year ago

AMIR KAMIZI
undo a git merge the easy way and then undo the undoing!

In this video I'll talk about undoing a git merge and then undo the undoing of git merge and reset back to what it was before.

3:20
undo a git merge the easy way and then undo the undoing!

22,277 views

4 years ago

ByteByteGo
How Git Works: Explained in 4 Minutes

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe Git ...

4:18
How Git Works: Explained in 4 Minutes

700,441 views

2 years ago

Cameron McKenzie
How to Change a Git Commit Message

Ever wonder how to change a git commit message after a commit has already been made in the repo? Don't worry, it's not hard.

1:00
How to Change a Git Commit Message

7,081 views

2 years ago

ByteByteGo
Git MERGE vs REBASE: Everything You Need to Know

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...

4:34
Git MERGE vs REBASE: Everything You Need to Know

665,901 views

2 years ago

Visual Studio Code
Git ADD like this!

shorts.

0:26
Git ADD like this!

188,296 views

3 years ago

The Modern Coder
Git MERGE and REBASE: The Definitive Guide

40+ additional videos: https://learngit.io/ Newsletter readers get my videos early: https://newsletter.themoderncoder.com/ ---- This ...

9:39
Git MERGE and REBASE: The Definitive Guide

188,897 views

2 years 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

36,007 views

3 years ago

Cameron McKenzie
The Gitflow Release Branch from Start to Finish

Here's a quick tutorial on how the Gitflow release branch process works. In this example Gitflow (aka Git flow) tutorial we show you ...

6:50
The Gitflow Release Branch from Start to Finish

63,918 views

4 years ago

Cameron McKenzie
Example of How to Use the Git Reset Hard Command

Trying to git reset hard a previous commit and then push to a remote repo, all while hoping your local commit history doesn't make ...

7:00
Example of How to Use the Git Reset Hard Command

18,743 views

7 years ago

JetBrains
Git Rebase in any JetBrains IDE

When you rebase a branch onto another branch, you apply the commits from the first branch on top of the head commit in the ...

2:28
Git Rebase in any JetBrains IDE

52,624 views

2 years ago

Train To Code
Recovering Lost Commits with Git Reflog

In this video I show you how you can use git reflog to find lost commits and restore them, helping you recover lost work if things go ...

6:21
Recovering Lost Commits with Git Reflog

1,481 views

3 years ago

TechiePress
Git Revert - Reverse git commits or un-commit in your branch

Do you want to uncommit one change in your git repo, git revert is your best option for a quick change. See more Git videos: ...

2:53
Git Revert - Reverse git commits or un-commit in your branch

204 views

4 years ago

IntelliJ IDEA, a JetBrains IDE
IntelliJ IDEA: Resolving Merge Conflicts in Git

When you work in a team, you may come across a situation when somebody pushes changes to a file you are currently working ...

5:34
IntelliJ IDEA: Resolving Merge Conflicts in Git

103,014 views

3 years ago