<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mczh</author_name>
  <author_url>https://blog.hatena.ne.jp/mczh/</author_url>
  <blog_title>ちぎっては投げるブログ</blog_title>
  <blog_url>https://denpa-shinbun.com/</blog_url>
  <categories>
    <anon>Programming</anon>
    <anon>Git</anon>
    <anon>TIL</anon>
  </categories>
  <description>Gitでリモートブランチを削除するときは、:をつける。 例えば以下のように。 git push origin :test_branch でも、なんでコロンなのかはよく知らなかった。その理由を記載しておく。 そもそもpushコマンドの動作は？ ふだん、ブランチをpushするときは、 git push origin test_branch のように書く。しかしこれは、実は省略形である。本当は、 git push origin test_branch:test_branch と書く。 先に書いたtest_branchは、srcを意味し、コロンのあとに書いたtest_branchはdstを意味する。つ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdenpa-shinbun.com%2Fentry%2Fgit-delete-remote-branch&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-04-22 21:21:51</published>
  <title>Gitのリモートブランチを消すコマンドの覚え方</title>
  <type>rich</type>
  <url>https://denpa-shinbun.com/entry/git-delete-remote-branch</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
