I am developing my project with git.
I use git extension for visual studio.
I have discovered that some of my code has not been applied correctly after pushes.
I only have a master
branch, no other branches.
Every changes from the merge has not been applied when I do a pull from my second computer.
How can I fix this issue?