<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>xkumiyu</author_name>
  <author_url>https://blog.hatena.ne.jp/xkumiyu/</author_url>
  <blog_title>テクめも</blog_title>
  <blog_url>https://tech-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>Git</anon>
    <anon>CLI</anon>
  </categories>
  <description>今すぐalias登録すべきワンライナー by ゆめみ① Advent Calendar 2018 10日目の記事です。 開発していると、マージされたfeature/xxxとか不要なブランチが結構でてくるので、一括で削除するコマンドをalias登録しておくと良いです。 git checkout develop &amp;&amp; git branch --merged | grep -v '*' | xargs -I{} git branch -d {} &amp;&amp; git fetch --prune はじめのdevelopのところはデフォルトブランチです。必要に応じて修正ください。 簡単な解説 developブラ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech-memo.hatenablog.jp%2Fentry%2Fgit-branch-refresh&quot; title=&quot;Gitブランチをきれいにするワンライナー - テクめも&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.user.blog.st-hatena.com/default_entry_og_image/101358585/1543659980958932</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-12-10 07:00:00</published>
  <title>Gitブランチをきれいにするワンライナー</title>
  <type>rich</type>
  <url>https://tech-memo.hatenablog.jp/entry/git-branch-refresh</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
