I know how to clone a git repository to my system, using git clone. I cloned a repository using that command:
git clone https://github.com/<user name>/<repository name>
But when I tried to clone that repository again, which have been changed recently, I got this error message:
fatal: destination path '<repository name>' already exists and is not an empty directory.