I'd like to use git as following:
I have a repository on local machine where I do changes in code. And I have a remote server, where this code should run.
I've installed and set up msysgit
and it is running fine: clones reps, connects to ssh and so on.
But I'm stuck at one issue: how do I make simple cloning of local repository to remote server so I could just git push
my changes in code later on?