I know there are several questions concerning multiple merge remote-tracking
branch origin/master
commits, albeit they all seem to address cases where
multiple users are using a Git repository. However, in my case Iām using the
repository alone, and still have those merge commits on almost every push. See
the screenshot for an example. These commits were commited and pushed
consecutively from the same machine by the same user.
How can I stop these unnecessary merge events?