git: where cloned remote repository is saved?
By Michael Henderson •
I cloned OpenCV using:
git clone Now I want to know where is downloaded in order to unpack it. All what I know is: dpkg -L git leads me to this directory: /usr/lib/
1 Answer
When you've started the clone command you should have get this message:
git clone
Cloning into 'opencv'...You should find the OpenCV source in a folder named just opencv where you launched the git clone command.