When adding a remote (or closing) from another local git repository, is there a functional difference between pointing at the ‘.git
’ directory inside the working copy and pointing at the just working copy?
I.E. Is there any difference in how fetching/pushing/pulling from within ‘a-repo’ will work, ‘a-repo’ is cloned with:
git clone ~/Projects/some-old-repo/.git ~/Desktop/a-repo
vs.
git clone ~/Projects/some-old-repo ~/Desktop/a-repo