You can use git rev-parse to show the SHA of the current Git commit:| adamj.eu
When working on a feature, you might split it into several stacked branches, so you can merge each one separately. But updating such branches can be annoying since you have to manage them independently. Git 2.38 (2022-10-15) made this management easier with the new --update-refs option, which can rebase a stack of branches at once. Let’s look at a couple of examples.| adamj.eu
Git: find the largest commits| adamj.eu
🚀 Updated April 4th 2024. See the update post.This book covers the best command line Git tools, techniques, tips, tricks, and tactical tidbits I’ve encountered from 11.5 years of using Git. The selection reflects my preferences for well-maintained tools that provide high value with little need for customization.Note that this book is not an introduction to Git and assumes that you’re already using Git on a daily basis. It offers ways to improve your developer experience with Git that u...| Gumroad
3.61K Posts, 428 Following, 1.73K Followers · :django: #Django blogger and contributor ✍️ Author of three books on Django and Git 🍕 Django London co-organizer 🇬🇧 London / 🇵🇹 Lisbon| Fosstodon
--replace-all | git-scm.com