bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OT] Is od broken?


From: Bo Borgerson
Subject: Re: [OT] Is od broken?
Date: Thu, 12 Jun 2008 18:55:02 -0400
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Eric Blake wrote:
> OK, I'll keep them as separate commits.  Bo inspired me, and I finally 
> figured 
> out how to use repo.or.cz.  Now you can do:
> git fetch git://repo.or.cz/coreutils/ericb.git refs/heads/od
> 
> to see my patch series.


Awesome!

That was actually Jim's suggestion, but I'm glad to see it get more use.  :)

BTW - Another nice way to fetch your branch might be:

$ git fetch git://repo.or.cz/coreutils/ericb.git od:od

Which creates a local `od' branch with your patch series.

If I already had an `od' branch of my own, I could specify an alternate
local branch name:

$ git fetch git://repo.or.cz/coreutils/ericb.git od:od-ericb


Bo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]