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?