<div dir="ltr">I just like to say no worries so I sound Aussie. :)<div><br></div><div>I'm working on ensuring that some Identity configuration info is correctly placed, so I wanted a copy of the repository before the rename. Here's how you do that in case you ever need to get an "archived" copy of the repo. </div>

<div><br></div><div>1. Switch into a temporary directory. </div><div>2. Clone the openstack-manuals repository.</div><div><div>$ git clone <a href="http://github.com/openstack/openstack-manuals.git">http://github.com/openstack/openstack-manuals.git</a></div>

<div>Cloning into 'openstack-manuals'...</div><div>remote: Counting objects: 30034, done.</div><div>remote: Compressing objects: 100% (9438/9438), done.</div><div>remote: Total 30034 (delta 17276), reused 26918 (delta 14505)</div>

<div>Receiving objects: 100% (30034/30034), 55.18 MiB | 990 KiB/s, done.</div><div>Resolving deltas: 100% (17276/17276), done.</div></div><div>3. Go to <a href="http://review.openstack.org">review.openstack.org</a> and look for the patch that occured just before the rename patch. (It's <a href="https://review.openstack.org/#/c/45491/">https://review.openstack.org/#/c/45491/</a>). </div>

<div>4. On that page, click the "checkout" tab and then copy the long git command to checkout that exact patch. </div><div>5. Switch into the openstack-manuals directory and paste that command:</div><div>$ cd openstack-manuals</div>

<div>$ git fetch <a href="https://review.openstack.org/openstack/openstack-manuals">https://review.openstack.org/openstack/openstack-manuals</a> refs/changes/91/45491/4 && git checkout FETCH_HEAD<br></div><div><div>

>From <a href="https://review.openstack.org/openstack/openstack-manuals">https://review.openstack.org/openstack/openstack-manuals</a><br></div><div> * branch            refs/changes/91/45491/4 -> FETCH_HEAD</div><div>Note: checking out 'FETCH_HEAD'.</div>

<div><br></div><div>You are in 'detached HEAD' state. You can look around, make experimental</div><div>changes and commit them, and you can discard any commits you make in this</div><div>state without impacting any branches by performing another checkout.</div>

<div><br></div><div>If you want to create a new branch to retain commits you create, you may</div><div>do so (now or later) by using -b with the checkout command again. Example:</div><div><br></div><div>  git checkout -b new_branch_name</div>

<div><br></div><div>HEAD is now at d5bcc13... Add HSTS and cookie security to dashboard example config</div></div><div><br></div><div>Now I have copies of the files I need and I can carefully copy them into the working directory to make a new patch. </div>

<div><br></div><div>Hope this helps -- didn't really want to clutter up the wiki page with this long explanation since it should only be needed very, very rarely.</div><div><br></div><div>Anne</div></div>