When I run git hub clone magnars/.emacs.d I get output like this:
Cloning into '.emacs.d'...
[...]
Pointing origin to git@github.com:mattiasb/.emacs.d.git
[...]
When I then run git remote -v show I see that git-spindle indeed have pointed origin to my repo instead of the repo I cloned. I'm guessing this is because I have a repo with the same name because it doesn't happen when I clone git-spindle for example.
Also, the different .emacs.d repos aren't forks or even based off of each other but totally separate Emacs configurations.
When I run
git hub clone magnars/.emacs.d
I get output like this:When I then run
git remote -v show
I see that git-spindle indeed have pointed origin to my repo instead of the repo I cloned. I'm guessing this is because I have a repo with the same name because it doesn't happen when I clonegit-spindle
for example.Also, the different
.emacs.d
repos aren't forks or even based off of each other but totally separate Emacs configurations.