I don't know the right words so I am having trouble finding the solution.
I git clone
a repository in github from my computer. and now there is an updated one in github and I want to copy it to my computer.
when I git clone
again, this is the output fatal: destination path 'myFolder' already exists and is not an empty directory.
How can I copy the latest and updated repository in github.
Sorry if this is a duplicate question but I haven't found anything.