<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>DragonPush-git</title>
    <link rel="alternate" type="text/html" href="http://dragonpush.com/computer/git/" />
    <link rel="self" type="application/atom+xml" href="http://dragonpush.com/computer/git/index.xml" />
    <id>tag:dragonpush.com,2008-05-22://1</id>
    <updated>2008-04-24T19:48:05Z</updated>
    


<entry>
    <title>Git 1.5.5でうれしいこと</title>
    <link rel="alternate" type="text/html" href="http://dragonpush.com/2008/04/git-155.html" />
    <id>tag:dragonpush.com,2008://1.14</id>

    <published>2008-04-24T14:12:54Z</published>
    <updated>2008-04-24T19:48:05Z</updated>

    <summary>Git 1.5.5で、あるブランチをcheckoutすると、Switched t...</summary>
    <author>
        <name>unpush</name>
        <uri>http://dragonpush.com/unpush/</uri>
    </author>
    
        <category term="git" />
    
        <category term="unpush" />
    
        <category term="コンピューター" />
    
        <category term="日記" />
    
    <category term="git" label="git" />
    
    <content type="html" xml:lang="ja" xml:base="http://dragonpush.com/">
        <![CDATA[Git 1.5.5で、あるブランチをcheckoutすると、<br /><blockquote>Switched to branch "hack"<br />Your branch is ahead of the tracked remote branch 'origin/master' by 9 commits.<br /></blockquote>とか<br /><blockquote>Switched to branch "hack"<br />Your branch and the tracked remote branch 'origin/master' have diverged,<br />and respectively have 9 and 2 different commit(s) each.<br /></blockquote>とか言って教えてくれる。かなり嬉しい。<br /><br />じゃ今までどうしていたかというと、心当たりのあるブランチと一緒にshow-branchしたり、.git/configを見てtrack先のブランチを確認して「ふむふむ」とか「だよね」とかしてた。<br />もうこれなしではやっていけないぐらい便利。<br /> ]]>
        
    </content>
</entry>

</feed>