How I can clone somebody else' remote repo into my remote repo?
For now I know how to do the following: 1. Clone into local that repo1 2. Then manually change config url for mine 3. Then create new same name repo1 online on my git 4. Then push master remote from my local
I assume there is some way to do this for all samples/demo people of the same user, so I am not able to solve this:
enter code here
git clone git/John/repo1
... do changes in config for url = mine
git push origin master