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 ...
4:48
Change Git Commit Messages Tutorial
If this visual learning style clicks for you, I built https://LearnGit.io to be a more complete curriculum focusing on how Git actually ...
1:27
Delete All Past Commits in a Git Branch (Short and Sweet!)
git checkout --orphan new_branch (new branch) git add . (use this in root directory only) git commit -m "ur message here" git ...
10:55
git - Replace branch master with other branch | Make an old commit to New Commit |Old Commit to HEAD
git #linux Your master branch is ahead of or behind other branch. You want master should be same as this other branch.
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 ...
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 ...
5:03
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 ...
2:16
Surviving with Git #16: Adding a Change to an Old Commit
This lesson is part of our free, online 17-video course on Surviving with Git. Download Tower - our powerful Git client for Mac and ...
3:12
Want to know how to backdate git commits? Here's how, short and sweet. s/o to Chanan Oren for sharing a quicker way to do this.
12:25
How to Undo a Pushed Git Commit - Reset & Revert a Git Commit After Push
Need to undo a pushed Git commit from GitHub, GitLab, Bitbucket or CodeCommit? Well, there are two ways to revert a pushed ...
1:56
Surviving with Git #17: Splitting / Editing an Old Commit
This lesson is part of our free, online 17-video course on Surviving with Git. Download Tower - our powerful Git client for Mac and ...
5:27
HACK GITHUB CONTRIBUTION GRAPH! (2026)
In this video, I'll teach you how you can hack your GitHub contribution graph (Github Activity Generator) in 5 minutes. At the end of ...
1:48
How to Create a New Git Branch From an Old Commit Using Github Desktop
How to Create a New Git Branch From an Old Commit Using Github Desktop Greetings, in this Github Desktop tutorial we shall be ...
16:38
Git: How to Create a Branch from an Older Commit | Step-by-Step Tutorial + MCQs
Learn how to create a Git branch from an older commit without affecting your existing branch! In this hands-on Git tutorial, you'll ...
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 ...
0:51
How to Load an Old Version of a Repository with Github Desktop
Sometimes you want to go back in history when you are working with code. Here is how you can easily view an older version of ...
1:09:39
Git Tutorial #9: Adding a new commit based on previous commits with git revert
Welcome to my Git and GitHub learning journey! This playlist documents my progress as I go through the Git tutorial offered by ...
4:57
Delete commits and edit commits with git rebase. Crazy simple and useful
Delete commits, rename commits! Save yourself from manually unpicking commits you don't need, and clean up that commit ...
3:26
Git Amend Tutorial: Rewrite Git History
If this visual learning style clicks for you, I built https://LearnGit.io to be a more complete curriculum focusing on how Git actually ...
7:16
#Git #SourceTree | How to Reset or Revert code changes on Git with SourceTree
In this video, I will show you how reset or revert the code at the specific commit. Video content 00:00 Intro - What is ...