I have this below in my .gitconfig file:
[remote "origin"]
url = https://github.com/eldur/jwbf
Now when I do:
git clone https://github.com/google/skicka.git
git clone the https://github.com/eldur/jwbf project to skicka folder. Is it normal?
.gitconfigfile in my folder. I just tried to clone the second project and got the other project. I didn't know whare problem cam from. I have tried some git command a week ago but I didn't know that I have configured the remote..gitconfig, your user's global configuration file. Only things that should apply to all of your repositories belong in there. That could be causing a problem..gitconfig.