[openstack-dev] How to clone deleted branch, rre we keeping the history of the last commit id of deleted stable branches.

Jeremy Stanley fungi at yuggoth.org
Thu Aug 4 13:07:49 UTC 2016


On 2016-08-03 19:08:22 -0500 (-0500), Matt Riedemann wrote:
> On 8/3/2016 6:34 PM, Saju M wrote:
> > I want to clone deleted icehouse branch of cinder. I know that,
> > we can't clone it directly. Are we keeping the history of the
> > last commit id of deleted stable branches. Please share the last
> > commit id of icehouse branch of cinder if somebody know it. I
> > need that to check working code of one old feature.
> 
> Clone the repo and checkout the icehouse-eol tag, that will put
> you in a detached head state at which point you can create a
> branch from it.

Or `git checkout -B stable/icehouse icehouse-eol` to automatically
create a local stable/icehouse branch from the icehouse-eol tag.
-- 
Jeremy Stanley



More information about the OpenStack-dev mailing list