May I know how I see the changes in Visual Studio after I git pull my project?

Viewed 42

May I know how I see the changes in Visual Studio after I git pull my project? enter image description here

1 Answers

Main menu: View -> Git Changes

In the Git Changes Tree right-click a modified field and select Compare with Unmodified

Related