I have git running on Windows without a problem, but I'm ready to set up my live server, and I have the following issue. I don't have SSH or a work-around set up. Therefore, I can't simply create a bare repository on the server, push to it, and call it a day. Without SSH, there's no connecting to that directory (as far as I know).
Assuming that I will/cannot set up SSH, how would I go about configuring my repositories? I don't want to have to RDP onto my server to do a pull every time I have changes to commit.
Any suggestions or comments are welcome. Please note that I'm not looking to set up SSH. I'm looking for a way to configure my setup WITHOUT SSH. Thanks!
EDIT: my question is different from the other question because I am not looking for a way to set up SSH on windows.