Change Git Commit Messages Tutorial

Опубликовано: 27 Февраль 2025
на канале: The Modern Coder
24,563
477

A better way to learn Git: https://learngit.io/

-----

WRITTEN ARTICLE & REFERENCE: https://www.themoderncoder.com/rewrit...

GIT STARTER GUIDES: https://www.themoderncoder.com/git/

What is the Git reword command, and how do you use it? In this video I'll show you how to use Git reword to edit your old commit messages. Reword is a sub-command of interactive rebase which allows you to manipulate historical commits. Reword is a form of editing or updating Git history. In this tutorial I'll explain how to use reword to update any commit's message (including the most used commands "git commit --amend" and "git rebase -i"). As always, I'll illustrate the concepts with live animations alongside the actual commands.

CHAPTERS
0:00 Intro
0:21 Git reword: Update the latest commit message
1:08 Git reword: Update old commit messages using interactive rebase
3:36 Caveat when using reword
4:28 Altering commits, and editing Git history using interactive rebase

MY TECH
2020 M1 MacBook Air (I have the 512GB variant): https://amzn.to/3TTIBsE
AirPods Pro: https://amzn.to/3sRLUo5
Chair: https://amzn.to/3zJI9Fa
Gaming headset: https://amzn.to/3zwbT8i
Headphones (newer model): https://amzn.to/3Ub5reT
Keyboard: https://amzn.to/3FOOOC7
Mouse: https://amzn.to/3WhMFV9
Monitor: https://www.dell.com/en-us/work/shop/...
Monitor arm (newer model): https://amzn.to/3gXnlUa
Webcam: https://amzn.to/3zxxwp0

TECH ACCESSORIES
Laptop stand: https://amzn.to/3NuyqZ5
Mouse pad/mat: https://amzn.to/3U9QFVO
KVM switch: https://amzn.to/3gZmpP0
PC case: https://amzn.to/3Fx4Hg5
Under desk drawer: https://amzn.to/3WloFAo

VIDEO GEAR
Camera: https://amzn.to/3WkbiRe
Lens: https://amzn.to/3zxiTC4
Microphone: https://amzn.to/3SSUoWE
Main key light: https://amzn.to/3WhZbny
Secondary light: https://amzn.to/3fpRefx

Some of the links above are affiliate links which means, at no extra cost to you, I will make a small commission if you click them and make a qualifying purchase. Thanks for supporting the channel.

MUSIC CREDITS
Music from Uppbeat (free for Creators!):
https://uppbeat.io/t/danijel-zambo/st...
License code: TAFBT9UMI4O7NXJK

ABOUT ME
An experienced tech professional with experience including software engineering management, and software engineering. Formerly at Amazon for over 6 years, and currently living in NYC.

FOLLOW
Blog: https://www.themoderncoder.com
Twitter:   / themoderncoder  

#git #linux #programming #github