visual studio - View diff between two git revisions in VS2013 -
when using git source control in vs2013, there way show diff between 2 arbitrary versions of source file in integrated editor (either built in functionality or free extension/plugin)?
so far found out how display changes made since last commit or 1 commit next.
if makes difference: i'm using vs c++.
you can following:
right click on file , choose "view history"
on history tab choose 2 revisions you'd compare
finally click on 1 of selected revisions , choose "compare..."
Comments
Post a Comment