Right now, I'm using msysgit to work with my own private repositories stored on a ec2 Amazon Cloud Server using SSH.
Until now, I've been able to successfully connect to those repositories through Git Bash (creating the ssh-rsa public and private key with ssh-keygen, adding the public key to the authorized_servers on the remote machine), so I can clone, push, pull, get through the CLI.
Now, I've seen Github for Windows, and I gotta say, it is a beautiful piece of software. Since it is based on msysgit, I was wondering that if it is possible to setup Github for Windows to connect, clone and push commits through the UI?
In the description it looks like possible, but the documentation seems to lacks information about what the software is capable to do.
Hope you can help me out here, cheers from Mexico.