Home > Back-end >  Git: Is there internal registry if you clone a repository?
Git: Is there internal registry if you clone a repository?

Time:12-07

I'm new to git and recently I have cloned the SciPy repository with its github link because I wanted to understand how some things function internally.

Now I want to move the cloned folder - or delete it again. I am wondering whether I can do this as I would normally move/delete a folder or if there is some internal registry that I would mess up by doing this.

If there is, how do you move or delete a cloned git repository in a clean way?

CodePudding user response:

You can simply delete folder. There is no internal registry or something similar.

  •  Tags:  
  • git
  • Related