<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rebase on Nerdsid.com</title><link>https://nerdsid.com/tags/rebase/</link><description>Recent content in Rebase on Nerdsid.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 16 Sep 2022 00:00:00 +0530</lastBuildDate><atom:link href="https://nerdsid.com/tags/rebase/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Edit Multiple Git Commit Messages</title><link>https://nerdsid.com/posts/git-edit-multiple-commit-messages/</link><pubDate>Fri, 16 Sep 2022 00:00:00 +0530</pubDate><guid>https://nerdsid.com/posts/git-edit-multiple-commit-messages/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>I recently got into a situation, where I had to edit multiple git commit messages. I was contributing to a project and had already added my commits. But, I had to change the commit messages to follow the project&amp;rsquo;s commit message guidelines.&lt;/p>
&lt;h2 id="using-git-rebase-to-edit-commit-history">Using git rebase to edit commit history&lt;/h2>
&lt;p>&lt;code>git rebase&lt;/code> is a powerful command that can be used to edit commit history. It can be used to edit commit messages, squash commits, reorder commits, and much more.&lt;/p></description></item></channel></rss>