<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git on Aaron West's technology blog</title><link>https://www.aaronwest.net/tags/git/</link><description>Recent content in Git on Aaron West's technology blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 07 Jun 2011 21:57:00 -0500</lastBuildDate><atom:link href="https://www.aaronwest.net/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>Git Workflows: Archiving Old Branches</title><link>https://www.aaronwest.net/blog/git-workflows-archiving-old-branches/</link><pubDate>Tue, 07 Jun 2011 21:57:00 -0500</pubDate><guid>https://www.aaronwest.net/blog/git-workflows-archiving-old-branches/</guid><description>&lt;p&gt;I decided to take some time today to clean up old sprint branches that have been resting in Git unused. Some for well over a year. I had two goals I wanted to accomplish when trying to come up with a workflow. First, I wanted the list of branches that display with the command &lt;em&gt;git branch -a&lt;/em&gt; (which I have conveniently aliased to just &lt;em&gt;gb&lt;/em&gt;) to be shortened. Second, I didn&amp;rsquo;t want to lose any of the commits part of old branches. Sure the commits were already merged into the master branch, but I didn&amp;rsquo;t want to lose commit chain that was stored as branches.&lt;/p&gt;</description></item></channel></rss>