To clone to another directory at git, just add the target directory in the clone command.
To clone to the present working directory
git clone https://github.com/link.git
To clone to another directory
git clone https://github.com/link.git ./folder1/folder2