Hi,
I have a git repository in 1 hard drive. And I would like to relocate that to a different hard drive. What is the safest way to do that? 1. cp -r? 2. tar ball?? 3. git clone (but what is the URI for that)?
I was concern if git repository contains absolute path so that 'mv' to a new directory will break git.
Thank you.