I am still pretty new to Git & repositories and currently hitting a wall with trying to configure Visual Studio Source Control.
My problem is that whenever someone pushes a commit to the master (or a branch), the commit gets automatically pulled and merged on every machine. Incoming is always at (0). I tried my best to search for a solution online but couldn't find anything that worked. In my old company, everything was set up so we could manually fetch and pull everything.
How can I do this in Visual Studio 2022? (We are using Azure DevOps in Visual Studio for our projects.)