12:59
Learn how to rewrite Git history - Amend, Reword, Delete, Reorder, Squash and Split
Build a full mental model of Git → https://learngit.io?v=irebase If this visual learning style clicks for you, I built LearnGit.io as a more ...
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 ...
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 ...
10:23
Git Tutorial #34: How to Use Git Reset Soft, Mixed, and Hard | Learn Git
Need to undo local changes or rewrite commit history? Git reset gives you that power and then some. In this Git tutorial, you'll ...
25:18
Git Internals - Rewriting History and Overcoming Gitsasters - Part 1
Understanding the concepts of git can help us in many cases. Sometimes, it can help us when things go wrong - for example ...
15:05
Rewrite git history with Emacs, magit and git rebase
magit is a fantastic git frontend that goes through life as an Emacs package. In this screencast, I show you how to rewrite git history ...
18:05
Change a Git Commit in the Past with Amend and Rebase Interactive
We'll change the last commit's message and also do an interactive rebase on an older commit. Hit the subscribe button to receive ...
8:14
Git's Best And Most Unknown Feature
HOW HAVE I NOT HEARD OF GIT WORK TREES??? WHAT THE EFF. They are so incredible. You have to check them out!
1:05
Create and Apply Patches with Git
In this video, you will learn how to create and apply a patch with Git. Follow me here: Discord: https://discord.gg/4ae2Esm6P7 ...
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.
3:18
Contributing to Open Source Can Change Your Life - Here’s How to Do It
There are over 128000000 open source projects on GitHub and every single one of them has the potential to change your life ...
6:24
Git Filter-repo: Rewrite Git History Like a Pro (Beginner's Guide)
Learn how to use Git Filter-repo to clean and reshape your Git history! ✨ This powerful tool is a modern alternative to `git ...
40:08
how I rewrite git history for better code review (for my hobby OS)
softwareengineering #git #operatingsystem Showing how I rewrite a git branch after the fact to break it into smaller pieces, ...
18:20
Rewrite your commit history using git rebase to squash commits (CC261)
Sometimes you need to create a bunch of commits to troubleshoot a problem. When you look at you log, you wish you could ...
4:42
Part 3: Git most useful commands - git checkout, git revert, git reset - rewrite git history #DevRel
Git is used on most projects. Here is part 3 of the 10 most useful git commands With these commands you can create new git ...
25:30
Learn how to change GIT commit history fast and easy!
In this video, I showed several ways how to change GIT commit history for your project. Here are described ways to change the ...
12:20
How to permanently remove files from git and rewrite your git history
In this video I will run through how to permanently delete files and rewrite your git history using two methods. The git reset ...
25:45
Fix Your Git Commits Like a Rebase Expert with Magit
In this video, we'll learn how to use Magit's interactive rebase feature to rewrite commit history and clean up a set of messy ...
55:21
How to Undo Mistakes With Git Using the Command Line
Git offers lots of different ways to undo, revert, recover and fix your mistakes. In this course, we'll look at the bad things that can ...