Community driven content discussing all aspects of software development from DevOps to design patterns. The magic of Git and GitHub Desktop is that it hides much of the Git plumbing from the user, so ...
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.