0

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.

1 Answers1

0

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.

Archie
  • 2,644
  • 21
  • 21