Where Git fits in your distributed version control system tool belt Follow these Git commit message guidelines Where system, global and local Windows Git config files ...
Inherently distributed in nature, every local commit made to a Git repo will make its way to the shared, central repository, as soon a developer issues a push command. But this isn't always ideal.