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


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to