Closed
Description
There was already a discussion on msysgit, to add rsync to the set of preinstalled tools. But sadly it never made it.
Why I suggest to add rsync:
I personaly think it is the better way to deploy my projects to production with rsync and not with git,
because it's more easy to exclude /.git and other unwanted items. You all have heard of public /.git folders in production environments with sensitve data. Whoever would ever have done this?
So I would recommend to spread more the way to deploy with rsync.
And of course if you have rsync already running on your windows machine you can use it for a lot more cool things.
And guys come on, the size of rsync is not that heavy...