MGit vs rsync
A side-by-side look at MGit and rsync. For an in-depth review of either product, follow the links below.
MGit
Development
MGit is a free, open source, cross-platform Git client. It provides a graphical user interface for working with local and remote Git repositories. MGit aims to make Git easier to use while still supporting advanced Git features.
gitopen-sourcecrossplatformgui
rsync
File Management
rsync is an open source utility that provides fast incremental file transfer and synchronization. It can efficiently sync files and folders between locations while minimizing data transfer using delta encoding when appropriate.
file-transfersyncbackupopen-source