On windows 7 64-bit when I clone a Github repo cmd.exe by running something like this;
cd Documents\github
git clone git://github.com/username/repo.git
Then I open Github desktop and the cloned repo isn't there. I know that I can clone repos through Github desktop and that's great but what I want to know is; can I some how force Github desktop to recognize a repo cloned through the command line?
There is a '+' in the upper left corner which allows adding a repository that was not cloned through the application.
More