I have installed GitHub for Windows and would like to use this gui to manage the repo that I'm setting up.
Right now I have the checkout command like this:
git clone ssh://blahblahblah/project
How can I set this repo up within GitHub for Windows?
I have installed GitHub for Windows and would like to use this gui to manage the repo that I'm setting up.
Right now I have the checkout command like this:
git clone ssh://blahblahblah/project
How can I set this repo up within GitHub for Windows?
The normal procedure, described in GitHub help page is:
You can add any repository already on your hard drive by dragging the folder in from Explorer.
It won't be able to connect to your (non-existent) GitHub account, but it would still display it.
That is: provided you put your public/private ssh keys at the right place:
%HOMEDRIVE%%HOMEPATH%\.ssh\id_rsa.pub