<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>buchi_orz</author_name>
  <author_url>https://blog.hatena.ne.jp/buchi_orz/</author_url>
  <blog_title>備忘録 〜プログラミング〜</blog_title>
  <blog_url>https://buchi.hatenablog.com/</blog_url>
  <categories>
    <anon>git</anon>
  </categories>
  <description>アプリをリリースするとき、アプリのバージョン毎に、tagをつけて管理しています。 いつものように $ git tag release_1_3_1 $ git push —tagsこのようにタグをつけて、リモートにプッシュしていたのですが、ふとローカルにあるtag一覧はどうやって確認するのだろうと思ったので調べてみました。 結論としては、こちらのコマンドを $ git ls-remote --tagsls-remoteというのは、リモートリポジトリの一覧を出力するコマンドのようです。 コミットIDも一緒に出力されるので、便利ですね。 今まで、push前に $ git pull --tagsなどし…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbuchi.hatenablog.com%2Fentry%2F2015%2F02%2F27%2F122830&quot; title=&quot;gitでremoteにあるtag一覧を確認する - 備忘録 〜プログラミング〜&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>2015-02-27 12:28:30</published>
  <title>gitでremoteにあるtag一覧を確認する</title>
  <type>rich</type>
  <url>https://buchi.hatenablog.com/entry/2015/02/27/122830</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
