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

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to