I’m new to Git and I’m using it to work on my project from two different PCs, both VS2022 and both have same account.
Committing and pushing from first computer does update the Git repo, However, pulling from the other computer only synchronizes the commits (under local history) but never updates the actual code/file. How to apply the changes on the actual code?
Picture from the 2nd PC that supposed to receive and apply the
updates.