Reputation: 23
I cloned a repo from github (for example 'hello world') the I cloned another repo inside the hello world like this :
$ git clone ********hello_world
$cd ~/hello_world
~/hello_world $ git clone ***************another_repo
What's the relationship between them?
What if I delete the .git of the hello world?
Upvotes: 2
Views: 2803