Search code examples
c++itkmitk

Where is my cloned MITK?


I'm going through this tutorial. I have performed the following command to clone MITK:

git clone http://git.mitk.org/MITK.git

I'm using a Windows machine. Where can I find the cloned directory on my machine?

Thanks.


Solution

  • Well, it depends on where you cloned it. On Windows git console opens in C:\Users\username\ folder by default. So, look in C:\Users\username\MITK.

    Type pwd in git console to see where you are.